| Index: chrome/browser/sync/internal_api/all_status.h
|
| diff --git a/chrome/browser/sync/engine/all_status.h b/chrome/browser/sync/internal_api/all_status.h
|
| similarity index 90%
|
| rename from chrome/browser/sync/engine/all_status.h
|
| rename to chrome/browser/sync/internal_api/all_status.h
|
| index aa234becfff9f7a26c279f8e9550329115049159..7ba2a93b5512a4e4a7778ad7f92ee6400051895b 100644
|
| --- a/chrome/browser/sync/engine/all_status.h
|
| +++ b/chrome/browser/sync/internal_api/all_status.h
|
| @@ -5,8 +5,8 @@
|
| // The AllStatus object watches various sync engine components and aggregates
|
| // the status of all of them into one place.
|
|
|
| -#ifndef CHROME_BROWSER_SYNC_ENGINE_ALL_STATUS_H_
|
| -#define CHROME_BROWSER_SYNC_ENGINE_ALL_STATUS_H_
|
| +#ifndef CHROME_BROWSER_SYNC_INTERNAL_API_ALL_STATUS_H_
|
| +#define CHROME_BROWSER_SYNC_INTERNAL_API_ALL_STATUS_H_
|
| #pragma once
|
|
|
| #include <map>
|
| @@ -14,9 +14,9 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/synchronization/lock.h"
|
| -#include "chrome/browser/sync/engine/syncer_types.h"
|
| #include "chrome/browser/sync/internal_api/sync_manager.h"
|
| -#include "chrome/browser/sync/syncable/model_type.h"
|
| +#include "sync/engine/syncer_types.h"
|
| +#include "sync/syncable/model_type.h"
|
|
|
| namespace browser_sync {
|
|
|
| @@ -83,4 +83,4 @@ class ScopedStatusLock {
|
|
|
| } // namespace browser_sync
|
|
|
| -#endif // CHROME_BROWSER_SYNC_ENGINE_ALL_STATUS_H_
|
| +#endif // CHROME_BROWSER_SYNC_INTERNAL_API_ALL_STATUS_H_
|
|
|