| Index: sync/sessions/ordered_commit_set.h
|
| diff --git a/chrome/browser/sync/sessions/ordered_commit_set.h b/sync/sessions/ordered_commit_set.h
|
| similarity index 91%
|
| rename from chrome/browser/sync/sessions/ordered_commit_set.h
|
| rename to sync/sessions/ordered_commit_set.h
|
| index 0e2daf515cab7b2dafe859c8d1841a9258a6bea3..8551c070165f3fc36fdff468663618b4c9a35c37 100644
|
| --- a/chrome/browser/sync/sessions/ordered_commit_set.h
|
| +++ b/sync/sessions/ordered_commit_set.h
|
| @@ -2,17 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_SYNC_SESSIONS_ORDERED_COMMIT_SET_H_
|
| -#define CHROME_BROWSER_SYNC_SESSIONS_ORDERED_COMMIT_SET_H_
|
| +#ifndef SYNC_SESSIONS_ORDERED_COMMIT_SET_H_
|
| +#define SYNC_SESSIONS_ORDERED_COMMIT_SET_H_
|
| #pragma once
|
|
|
| #include <map>
|
| #include <set>
|
| #include <vector>
|
|
|
| -#include "chrome/browser/sync/engine/model_safe_worker.h"
|
| -#include "chrome/browser/sync/syncable/model_type.h"
|
| -#include "chrome/browser/sync/syncable/syncable_id.h"
|
| +#include "sync/engine/model_safe_worker.h"
|
| +#include "sync/syncable/model_type.h"
|
| +#include "sync/syncable/syncable_id.h"
|
|
|
| namespace browser_sync {
|
| namespace sessions {
|
| @@ -115,5 +115,5 @@ class OrderedCommitSet {
|
| } // namespace sessions
|
| } // namespace browser_sync
|
|
|
| -#endif // CHROME_BROWSER_SYNC_SESSIONS_ORDERED_COMMIT_SET_H_
|
| +#endif // SYNC_SESSIONS_ORDERED_COMMIT_SET_H_
|
|
|
|
|