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

Unified Diff: components/sync_driver/non_blocking_data_type_manager.h

Issue 1325453003: [Sync] rename USS processor / worker interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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: components/sync_driver/non_blocking_data_type_manager.h
diff --git a/components/sync_driver/non_blocking_data_type_manager.h b/components/sync_driver/non_blocking_data_type_manager.h
index 844bdcc93c3b5fb3b19a43fa214490103088b507..29f9a16b5082c1c89e2dfffcfe6b5b04154f4c24 100644
--- a/components/sync_driver/non_blocking_data_type_manager.h
+++ b/components/sync_driver/non_blocking_data_type_manager.h
@@ -16,7 +16,7 @@ class SequencedTaskRunner;
} // namespace base
namespace syncer_v2 {
-class ModelTypeSyncProxyImpl;
+class ModelTypeProcessorImpl;
class SyncContextProxy;
} // namespace syncer_v2
@@ -40,12 +40,12 @@ class NonBlockingDataTypeManager {
// The |preferred| flag indicates whether or not this type should be synced.
void RegisterType(syncer::ModelType type, bool preferred);
- // Connects the ModelTypeSyncProxyImpl and associated model type
+ // Connects the ModelTypeProcessorImpl and associated model type
// thread to its NonBlockingDataTypeController on the UI thread.
void InitializeType(
syncer::ModelType type,
const scoped_refptr<base::SequencedTaskRunner>& task_runner,
- const base::WeakPtr<syncer_v2::ModelTypeSyncProxyImpl>& type_sync_proxy);
+ const base::WeakPtr<syncer_v2::ModelTypeProcessorImpl>& type_sync_proxy);
// Connects the sync backend, as represented by a SyncContextProxy, to the
// NonBlockingDataTypeController on the UI thread.

Powered by Google App Engine
This is Rietveld 408576698