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

Unified Diff: components/browser_sync/browser/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: 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
Index: components/browser_sync/browser/sync_type_preference_provider.h
diff --git a/chrome/browser/sync/sync_type_preference_provider.h b/components/browser_sync/browser/sync_type_preference_provider.h
similarity index 63%
rename from chrome/browser/sync/sync_type_preference_provider.h
rename to components/browser_sync/browser/sync_type_preference_provider.h
index a38591f51907e41b3d9a15446225c2fcf68debae..b3286010da4e19657988b8fe96a4d9f071a31643 100644
--- a/chrome/browser/sync/sync_type_preference_provider.h
+++ b/components/browser_sync/browser/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_BROWSER_SYNC_BROWSER_SYNC_TYPE_PREFERENCE_PROVIDER_H_
+#define COMPONENTS_BROWSER_SYNC_BROWSER_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_BROWSER_SYNC_BROWSER_SYNC_TYPE_PREFERENCE_PROVIDER_H_

Powered by Google App Engine
This is Rietveld 408576698