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

Unified Diff: components/sync_driver/non_blocking_data_type_controller.h

Issue 1285443002: move V2 classes in chrome/engine to syncer_v2 namespace (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_controller.h
diff --git a/components/sync_driver/non_blocking_data_type_controller.h b/components/sync_driver/non_blocking_data_type_controller.h
index 8ffb9be67bfd5a5e9c2783a3f23531024c02dac9..00cc12caca57461aad073f16d46fcc87418b418d 100644
--- a/components/sync_driver/non_blocking_data_type_controller.h
+++ b/components/sync_driver/non_blocking_data_type_controller.h
@@ -63,7 +63,7 @@ class NonBlockingDataTypeController {
// will only ever deal with a single type proxy.
void InitializeType(
const scoped_refptr<base::SequencedTaskRunner>& task_runner,
- const base::WeakPtr<syncer::ModelTypeSyncProxyImpl>& type_sync_proxy);
+ const base::WeakPtr<syncer_v2::ModelTypeSyncProxyImpl>& type_sync_proxy);
// Initialize the connection to the SyncContextProxy.
//
@@ -125,7 +125,7 @@ class NonBlockingDataTypeController {
// The ModelTypeSyncProxyImpl and its associated thread. May be NULL.
scoped_refptr<base::SequencedTaskRunner> task_runner_;
- base::WeakPtr<syncer::ModelTypeSyncProxyImpl> type_sync_proxy_;
+ base::WeakPtr<syncer_v2::ModelTypeSyncProxyImpl> type_sync_proxy_;
// The SyncContextProxy that connects to the current sync backend. May be
// NULL.
« no previous file with comments | « chrome/browser/sync/profile_sync_service.cc ('k') | components/sync_driver/non_blocking_data_type_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698