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

Unified Diff: chrome/browser/sync/glue/sync_backend_host_core.cc

Issue 351523003: sync: Mass rename of non-blocking sync classes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: const ref some smart pointers Created 6 years, 6 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
« no previous file with comments | « chrome/browser/sync/glue/sync_backend_host.h ('k') | chrome/browser/sync/glue/sync_backend_host_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/glue/sync_backend_host_core.cc
diff --git a/chrome/browser/sync/glue/sync_backend_host_core.cc b/chrome/browser/sync/glue/sync_backend_host_core.cc
index 688ec23a46d12fdf38081362ae83eeaabd5f8255..1b6a5fff600080046a987f8f08839006e74b945d 100644
--- a/chrome/browser/sync/glue/sync_backend_host_core.cc
+++ b/chrome/browser/sync/glue/sync_backend_host_core.cc
@@ -17,7 +17,7 @@
#include "sync/internal_api/public/sessions/status_counters.h"
#include "sync/internal_api/public/sessions/sync_session_snapshot.h"
#include "sync/internal_api/public/sessions/update_counters.h"
-#include "sync/internal_api/public/sync_core_proxy.h"
+#include "sync/internal_api/public/sync_context_proxy.h"
#include "sync/internal_api/public/sync_manager.h"
#include "sync/internal_api/public/sync_manager_factory.h"
@@ -494,12 +494,11 @@ void SyncBackendHostCore::DoFinishInitialProcessControlTypes() {
synced_device_tracker_.get(),
sync_manager_->GetUserShare());
- host_.Call(
- FROM_HERE,
- &SyncBackendHostImpl::HandleInitializationSuccessOnFrontendLoop,
- js_backend_,
- debug_info_listener_,
- sync_manager_->GetSyncCoreProxy());
+ host_.Call(FROM_HERE,
+ &SyncBackendHostImpl::HandleInitializationSuccessOnFrontendLoop,
+ js_backend_,
+ debug_info_listener_,
+ sync_manager_->GetSyncContextProxy());
js_backend_.Reset();
debug_info_listener_.Reset();
« no previous file with comments | « chrome/browser/sync/glue/sync_backend_host.h ('k') | chrome/browser/sync/glue/sync_backend_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698