summaryrefslogtreecommitdiffstats
path: root/components/sync_driver/non_blocking_data_type_manager.cc
diff options
context:
space:
mode:
authorstanisc <stanisc@chromium.org>2015-08-05 00:21:48 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-05 07:25:25 +0000
commita23b61eff1d3a2908a2e272c0d8ce89417168676 (patch)
treeafdaf29280e664143e9f8b3dbcf178351f53f213 /components/sync_driver/non_blocking_data_type_manager.cc
parentbd82a94bbc1738c60459dec25f4d9aa73f7baeab (diff)
downloadchromium_src-a23b61eff1d3a2908a2e272c0d8ce89417168676.zip
chromium_src-a23b61eff1d3a2908a2e272c0d8ce89417168676.tar.gz
chromium_src-a23b61eff1d3a2908a2e272c0d8ce89417168676.tar.bz2
Sync: move v2 classes in chrome/internal_api to syncer_v2 namespace.
This changes namespace of some of internal API Bismarck classes from syncer to syncer_v2 to make it easier to distinguish the new code from the current Sync implementation. The change includes a bit of dependency cleanup. This is a fairly trivial change, but a good way to see most of Bismarck classes and how they are integrated in the rest of the code. There are two more separate issues to make a similar namespace change in sync/engine and components/sync_driver directories. sync/engine BUG=516414 Review URL: https://codereview.chromium.org/1266113004 Cr-Commit-Position: refs/heads/master@{#341862}
Diffstat (limited to 'components/sync_driver/non_blocking_data_type_manager.cc')
-rw-r--r--components/sync_driver/non_blocking_data_type_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/sync_driver/non_blocking_data_type_manager.cc b/components/sync_driver/non_blocking_data_type_manager.cc
index 391077f..d04064c 100644
--- a/components/sync_driver/non_blocking_data_type_manager.cc
+++ b/components/sync_driver/non_blocking_data_type_manager.cc
@@ -37,7 +37,7 @@ void NonBlockingDataTypeManager::InitializeType(
}
void NonBlockingDataTypeManager::ConnectSyncBackend(
- scoped_ptr<syncer::SyncContextProxy> proxy) {
+ scoped_ptr<syncer_v2::SyncContextProxy> proxy) {
for (NonBlockingDataTypeControllerMap::const_iterator it =
non_blocking_data_type_controllers_.begin();
it != non_blocking_data_type_controllers_.end(); ++it) {