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

Unified Diff: components/search_engines/search_engine_data_type_controller.cc

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: Created 4 years, 2 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/search_engines/search_engine_data_type_controller.cc
diff --git a/components/search_engines/search_engine_data_type_controller.cc b/components/search_engines/search_engine_data_type_controller.cc
index 536f38703ac283d72c8f6b10da4231e42e3cbef5..e405667c5f5026e20d343f6abf6ab6be82fb668f 100644
--- a/components/search_engines/search_engine_data_type_controller.cc
+++ b/components/search_engines/search_engine_data_type_controller.cc
@@ -8,7 +8,7 @@ namespace browser_sync {
SearchEngineDataTypeController::SearchEngineDataTypeController(
const base::Closure& dump_stack,
- syncer::SyncClient* sync_client,
+ sync_driver::SyncClient* sync_client,
TemplateURLService* template_url_service)
: UIDataTypeController(syncer::SEARCH_ENGINES, dump_stack, sync_client),
template_url_service_(template_url_service) {}

Powered by Google App Engine
This is Rietveld 408576698