summaryrefslogtreecommitdiffstats
path: root/sync/internal_api/sync_context_proxy_impl.cc
diff options
context:
space:
mode:
authorstanisc <stanisc@chromium.org>2015-08-14 11:59:14 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-14 18:59:43 +0000
commit96665bd16904214c738e7edf6fe7399ae83b9146 (patch)
tree301262d329e9701a0a00ea543bbb7fc9aaf9668f /sync/internal_api/sync_context_proxy_impl.cc
parentdd0208e1701d7fee6b8104f19bda9a817924c4a3 (diff)
downloadchromium_src-96665bd16904214c738e7edf6fe7399ae83b9146.zip
chromium_src-96665bd16904214c738e7edf6fe7399ae83b9146.tar.gz
chromium_src-96665bd16904214c738e7edf6fe7399ae83b9146.tar.bz2
move V2 classes in chrome/engine to syncer_v2 namespace
BUG=516512 Review URL: https://codereview.chromium.org/1285443002 Cr-Commit-Position: refs/heads/master@{#343452}
Diffstat (limited to 'sync/internal_api/sync_context_proxy_impl.cc')
-rw-r--r--sync/internal_api/sync_context_proxy_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/internal_api/sync_context_proxy_impl.cc b/sync/internal_api/sync_context_proxy_impl.cc
index 0122254..87bfe29 100644
--- a/sync/internal_api/sync_context_proxy_impl.cc
+++ b/sync/internal_api/sync_context_proxy_impl.cc
@@ -26,7 +26,7 @@ void SyncContextProxyImpl::ConnectTypeToSync(
syncer::ModelType type,
const DataTypeState& data_type_state,
const UpdateResponseDataList& saved_pending_updates,
- const base::WeakPtr<syncer::ModelTypeSyncProxyImpl>& type_sync_proxy) {
+ const base::WeakPtr<ModelTypeSyncProxyImpl>& type_sync_proxy) {
VLOG(1) << "ConnectTypeToSync: " << ModelTypeToString(type);
sync_task_runner_->PostTask(FROM_HERE,
base::Bind(&SyncContext::ConnectSyncTypeToWorker,