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

Unified Diff: components/sync_driver/sync_type_preference_provider.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/sync_driver/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/sync_type_preference_provider.h
diff --git a/chrome/browser/sync/sync_type_preference_provider.h b/components/sync_driver/sync_type_preference_provider.h
similarity index 66%
rename from chrome/browser/sync/sync_type_preference_provider.h
rename to components/sync_driver/sync_type_preference_provider.h
index a38591f51907e41b3d9a15446225c2fcf68debae..14308cda2fee64172a9acd55004c3f41bd9c4a87 100644
--- a/chrome/browser/sync/sync_type_preference_provider.h
+++ b/components/sync_driver/sync_type_preference_provider.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_SYNC_TYPE_PREFERENCE_PROVIDER_H_
-#define CHROME_BROWSER_SYNC_SYNC_TYPE_PREFERENCE_PROVIDER_H_
+#ifndef COMPONENTS_SYNC_DRIVER_SYNC_TYPE_PREFERENCE_PROVIDER_H_
+#define COMPONENTS_SYNC_DRIVER_SYNC_TYPE_PREFERENCE_PROVIDER_H_
#include "sync/internal_api/public/base/model_type.h"
@@ -15,4 +15,4 @@ class SyncTypePreferenceProvider {
virtual ~SyncTypePreferenceProvider() {}
};
-#endif // CHROME_BROWSER_SYNC_SYNC_TYPE_PREFERENCE_PROVIDER_H_
+#endif // COMPONENTS_SYNC_DRIVER_SYNC_TYPE_PREFERENCE_PROVIDER_H_
« no previous file with comments | « components/sync_driver/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698