Index: chrome/browser/sync/glue/sync_backend_host_impl.cc |
diff --git a/chrome/browser/sync/glue/sync_backend_host_impl.cc b/chrome/browser/sync/glue/sync_backend_host_impl.cc |
index ea2a399bd0804891a530e85bf3d75d5210f30dc0..b45ce0f8bb5e55b3b698cb7f02405cb5736f4918 100644 |
--- a/chrome/browser/sync/glue/sync_backend_host_impl.cc |
+++ b/chrome/browser/sync/glue/sync_backend_host_impl.cc |
@@ -95,7 +95,7 @@ SyncBackendHostImpl::~SyncBackendHostImpl() { |
} |
void SyncBackendHostImpl::Initialize( |
- SyncFrontend* frontend, |
+ sync_driver::SyncFrontend* frontend, |
scoped_ptr<base::Thread> sync_thread, |
const syncer::WeakHandle<syncer::JsEventHandler>& event_handler, |
const GURL& sync_service_url, |
@@ -452,7 +452,7 @@ void SyncBackendHostImpl::EnableEncryptEverything() { |
void SyncBackendHostImpl::ActivateDataType( |
syncer::ModelType type, syncer::ModelSafeGroup group, |
- ChangeProcessor* change_processor) { |
+ sync_driver::ChangeProcessor* change_processor) { |
registrar_->ActivateDataType(type, group, change_processor, GetUserShare()); |
} |