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

Unified Diff: chrome/browser/sync/profile_sync_components_factory.h

Issue 597423002: Device info datatype should be moved to components/sync_driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor CR feedback addressed. Created 6 years, 3 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
Index: chrome/browser/sync/profile_sync_components_factory.h
diff --git a/chrome/browser/sync/profile_sync_components_factory.h b/chrome/browser/sync/profile_sync_components_factory.h
index 8c77e41a524c99a0abca4e9502f9203b976a9ec2..207eb038c97f3047bf4e26baa0e39349a2fa96b8 100644
--- a/chrome/browser/sync/profile_sync_components_factory.h
+++ b/chrome/browser/sync/profile_sync_components_factory.h
@@ -22,7 +22,6 @@ class Profile;
class ProfileSyncService;
namespace browser_sync {
-class LocalDeviceInfoProvider;
class SyncBackendHost;
} // namespace browser_sync
@@ -35,6 +34,7 @@ class DataTypeManager;
class DataTypeManagerObserver;
class DataTypeStatusTable;
class GenericChangeProcessor;
+class LocalDeviceInfoProvider;
class SyncPrefs;
} // namespace sync_driver
@@ -98,7 +98,7 @@ class ProfileSyncComponentsFactory
const base::FilePath& sync_folder) = 0;
// Creating this in the factory helps us mock it out in testing.
- virtual scoped_ptr<browser_sync::LocalDeviceInfoProvider>
+ virtual scoped_ptr<sync_driver::LocalDeviceInfoProvider>
CreateLocalDeviceInfoProvider() = 0;
// Legacy datatypes that need to be converted to the SyncableService API.

Powered by Google App Engine
This is Rietveld 408576698