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

Unified Diff: components/browser_sync/browser/profile_sync_components_factory_impl.cc

Issue 1966023002: [Sync] Move DataTypeErrorHandler to //sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Found an unsaved buffer :( Created 4 years, 7 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/browser_sync/browser/profile_sync_components_factory_impl.cc
diff --git a/components/browser_sync/browser/profile_sync_components_factory_impl.cc b/components/browser_sync/browser/profile_sync_components_factory_impl.cc
index 7ca34054115bb937bd015475620cad86219e8e18..e1bf7036cfb23bbbfb5121c46907c55bc0e2961f 100644
--- a/components/browser_sync/browser/profile_sync_components_factory_impl.cc
+++ b/components/browser_sync/browser/profile_sync_components_factory_impl.cc
@@ -60,7 +60,7 @@ using browser_sync::SessionDataTypeController;
using browser_sync::SyncBackendHost;
using browser_sync::TypedUrlDataTypeController;
using sync_driver::DataTypeController;
-using sync_driver::DataTypeErrorHandler;
+using syncer::DataTypeErrorHandler;
using sync_driver::DataTypeManager;
using sync_driver::DataTypeManagerImpl;
using sync_driver::DataTypeManagerObserver;
@@ -374,7 +374,7 @@ ProfileSyncComponentsFactoryImpl::CreateAttachmentService(
sync_driver::SyncApiComponentFactory::SyncComponents
ProfileSyncComponentsFactoryImpl::CreateBookmarkSyncComponents(
sync_driver::SyncService* sync_service,
- sync_driver::DataTypeErrorHandler* error_handler) {
+ syncer::DataTypeErrorHandler* error_handler) {
BookmarkModel* bookmark_model =
sync_service->GetSyncClient()->GetBookmarkModel();
syncer::UserShare* user_share = sync_service->GetUserShare();

Powered by Google App Engine
This is Rietveld 408576698