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

Unified Diff: sync/internal_api/all_status.h

Issue 10147003: [Sync] Move 'syncapi_core' and 'sync_unit_tests' targets to sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Win update errors Created 8 years, 8 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 | « sync/internal_api/README ('k') | sync/internal_api/all_status.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « sync/internal_api/README ('k') | sync/internal_api/all_status.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698