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

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

Issue 10662035: [Sync] Put everything in sync/api into csync namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix comments Created 8 years, 6 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_impl.h
diff --git a/chrome/browser/sync/profile_sync_components_factory_impl.h b/chrome/browser/sync/profile_sync_components_factory_impl.h
index d5aa6a0d9e912758d095021a2c7851fb5e5d929e..bf8c2562d78a286aa73a30270438915a5be0d723 100644
--- a/chrome/browser/sync/profile_sync_components_factory_impl.h
+++ b/chrome/browser/sync/profile_sync_components_factory_impl.h
@@ -32,12 +32,12 @@ class ProfileSyncComponentsFactoryImpl : public ProfileSyncComponentsFactory {
virtual browser_sync::GenericChangeProcessor* CreateGenericChangeProcessor(
ProfileSyncService* profile_sync_service,
browser_sync::DataTypeErrorHandler* error_handler,
- const base::WeakPtr<SyncableService>& local_service) OVERRIDE;
+ const base::WeakPtr<csync::SyncableService>& local_service) OVERRIDE;
virtual browser_sync::SharedChangeProcessor*
CreateSharedChangeProcessor() OVERRIDE;
- virtual base::WeakPtr<SyncableService> GetSyncableServiceForType(
+ virtual base::WeakPtr<csync::SyncableService> GetSyncableServiceForType(
syncable::ModelType type) OVERRIDE;
// Legacy datatypes that need to be converted to the SyncableService API.
« no previous file with comments | « chrome/browser/sync/profile_sync_components_factory.h ('k') | chrome/browser/sync/profile_sync_components_factory_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698