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

Unified Diff: components/browser_sync/browser/profile_sync_service.h

Issue 1419103009: [Sync] Componentize ProfileSyncService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@max_bogue_sync_backend_host
Patch Set: Rebase Created 5 years, 1 month 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 | « components/browser_sync/browser/DEPS ('k') | components/browser_sync/browser/profile_sync_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_sync/browser/profile_sync_service.h
diff --git a/chrome/browser/sync/profile_sync_service.h b/components/browser_sync/browser/profile_sync_service.h
similarity index 99%
rename from chrome/browser/sync/profile_sync_service.h
rename to components/browser_sync/browser/profile_sync_service.h
index 67e91aa495f36104ebaefaf7e1827e6e0ddc2f6f..9909a296326d592f460adcc3c84e06fbbe082ade 100644
--- a/chrome/browser/sync/profile_sync_service.h
+++ b/components/browser_sync/browser/profile_sync_service.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_SYNC_PROFILE_SYNC_SERVICE_H_
-#define CHROME_BROWSER_SYNC_PROFILE_SYNC_SERVICE_H_
+#ifndef COMPONENTS_BROWSER_SYNC_BROWSER_PROFILE_SYNC_SERVICE_H_
+#define COMPONENTS_BROWSER_SYNC_BROWSER_PROFILE_SYNC_SERVICE_H_
#include <set>
#include <string>
@@ -1013,4 +1013,4 @@ bool ShouldShowActionOnUI(
const syncer::SyncProtocolError& error);
-#endif // CHROME_BROWSER_SYNC_PROFILE_SYNC_SERVICE_H_
+#endif // COMPONENTS_BROWSER_SYNC_BROWSER_PROFILE_SYNC_SERVICE_H_
« no previous file with comments | « components/browser_sync/browser/DEPS ('k') | components/browser_sync/browser/profile_sync_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698