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

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

Issue 8596017: sync: rename ProfileSyncFactory to ProfileSyncComponentsFactory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: final Created 9 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 | « chrome/browser/sync/profile_sync_factory_mock.cc ('k') | chrome/browser/sync/profile_sync_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/profile_sync_service.h
diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
index 4854e06b83ab4b5b624c258088882e854a297c5f..2b1d7edb325ee88489bb49758237fbd3b6218867 100644
--- a/chrome/browser/sync/profile_sync_service.h
+++ b/chrome/browser/sync/profile_sync_service.h
@@ -38,7 +38,7 @@
#include "googleurl/src/gurl.h"
class Profile;
-class ProfileSyncFactory;
+class ProfileSyncComponentsFactory;
class SigninManager;
class SyncGlobalError;
@@ -148,7 +148,7 @@ class ProfileSyncService : public browser_sync::SyncFrontend,
// Sync server URL for dev channel users
static const char* kDevServerUrl;
- ProfileSyncService(ProfileSyncFactory* factory,
+ ProfileSyncService(ProfileSyncComponentsFactory* factory,
Profile* profile,
SigninManager* signin, // Service takes ownership.
const std::string& cros_user);
@@ -599,7 +599,7 @@ class ProfileSyncService : public browser_sync::SyncFrontend,
base::TimeTicks auth_error_time_;
// Factory used to create various dependent objects.
- ProfileSyncFactory* factory_;
+ ProfileSyncComponentsFactory* factory_;
// The profile whose data we are synchronizing.
Profile* profile_;
« no previous file with comments | « chrome/browser/sync/profile_sync_factory_mock.cc ('k') | chrome/browser/sync/profile_sync_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698