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

Unified Diff: chrome/browser/sync/glue/shared_change_processor.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
Index: chrome/browser/sync/glue/shared_change_processor.h
diff --git a/chrome/browser/sync/glue/shared_change_processor.h b/chrome/browser/sync/glue/shared_change_processor.h
index b6d4d857e5730d70d8328dbc5641d8214ac3f91d..a15308ef0601eacf1f3005de9d6857ec2da55377 100644
--- a/chrome/browser/sync/glue/shared_change_processor.h
+++ b/chrome/browser/sync/glue/shared_change_processor.h
@@ -16,7 +16,7 @@
#include "chrome/browser/sync/api/sync_error.h"
#include "chrome/browser/sync/engine/model_safe_worker.h"
-class ProfileSyncFactory;
+class ProfileSyncComponentsFactory;
class ProfileSyncService;
class SyncData;
class SyncableService;
@@ -56,7 +56,7 @@ class SharedChangeProcessor
// Returns: true if successful, false if disconnected or |local_service| was
// NULL.
virtual bool Connect(
- ProfileSyncFactory* sync_factory,
+ ProfileSyncComponentsFactory* sync_factory,
ProfileSyncService* sync_service,
UnrecoverableErrorHandler* error_handler,
const base::WeakPtr<SyncableService>& local_service);
« no previous file with comments | « chrome/browser/sync/glue/session_data_type_controller.cc ('k') | chrome/browser/sync/glue/shared_change_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698