Index: sync/internal_api/all_status.h |
diff --git a/chrome/browser/sync/internal_api/all_status.h b/sync/internal_api/all_status.h |
similarity index 91% |
rename from chrome/browser/sync/internal_api/all_status.h |
rename to sync/internal_api/all_status.h |
index 7cea0221bd8b236d0969a6b61c30cb708c3d1e60..d10872743e74c4d2be016e93237b4d79340e60ee 100644 |
--- a/chrome/browser/sync/internal_api/all_status.h |
+++ b/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_INTERNAL_API_ALL_STATUS_H_ |
-#define CHROME_BROWSER_SYNC_INTERNAL_API_ALL_STATUS_H_ |
+#ifndef SYNC_INTERNAL_API_ALL_STATUS_H_ |
+#define SYNC_INTERNAL_API_ALL_STATUS_H_ |
#pragma once |
#include <map> |
@@ -14,8 +14,8 @@ |
#include "base/compiler_specific.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/synchronization/lock.h" |
-#include "chrome/browser/sync/internal_api/sync_manager.h" |
#include "sync/engine/syncer_types.h" |
+#include "sync/internal_api/sync_manager.h" |
#include "sync/syncable/model_type.h" |
namespace browser_sync { |
@@ -78,4 +78,4 @@ class ScopedStatusLock { |
} // namespace browser_sync |
-#endif // CHROME_BROWSER_SYNC_INTERNAL_API_ALL_STATUS_H_ |
+#endif // SYNC_INTERNAL_API_ALL_STATUS_H_ |