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

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

Issue 351523003: sync: Mass rename of non-blocking sync classes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Small fixes Created 6 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_service.h
diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
index 0325d0d15e98ca71acfc5c7e34f99677a1b3a8ed..f6ba35ac882b4e3ec9e8dad7f580ad720a73740e 100644
--- a/chrome/browser/sync/profile_sync_service.h
+++ b/chrome/browser/sync/profile_sync_service.h
@@ -345,7 +345,7 @@ class ProfileSyncService : public ProfileSyncServiceBase,
void InitializeNonBlockingType(
syncer::ModelType type,
scoped_refptr<base::SequencedTaskRunner> task_runner,
- base::WeakPtr<syncer::NonBlockingTypeProcessor> processor);
+ base::WeakPtr<syncer::ModelTypeSyncProxyImpl> proxy);
Nicolas Zea 2014/06/24 22:42:48 nit: both of these should be passed by const ref
rlarocque 2014/06/24 23:08:32 Done.
// Return the active OpenTabsUIDelegate. If sessions is not enabled or not
// currently syncing, returns NULL.

Powered by Google App Engine
This is Rietveld 408576698