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

Unified Diff: components/sync_driver/non_blocking_data_type_manager.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_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 575241293a80b52ea05978e69fd43be46b813d1b..acd6e5f30aa958c6d53000197305f08266b35384 100644
--- a/components/sync_driver/non_blocking_data_type_manager.h
+++ b/components/sync_driver/non_blocking_data_type_manager.h
@@ -15,11 +15,8 @@ namespace base {
class SequencedTaskRunner;
} // namespace base
-namespace syncer {
-class ModelTypeSyncProxyImpl;
-} //namespace syncer
-
namespace syncer_v2 {
+class ModelTypeSyncProxyImpl;
class SyncContextProxy;
} // namespace syncer_v2
@@ -48,7 +45,7 @@ class NonBlockingDataTypeManager {
void InitializeType(
syncer::ModelType type,
const scoped_refptr<base::SequencedTaskRunner>& task_runner,
- const base::WeakPtr<syncer::ModelTypeSyncProxyImpl>& type_sync_proxy);
+ const base::WeakPtr<syncer_v2::ModelTypeSyncProxyImpl>& 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