Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(492)

Unified Diff: chrome/browser/sync/internal_api/all_status.h

Issue 9699057: [Sync] Move 'sync' target to sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Tim's comments Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/sync/internal_api/DEPS ('k') | chrome/browser/sync/internal_api/all_status.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/browser/sync/internal_api/DEPS ('k') | chrome/browser/sync/internal_api/all_status.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698