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

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

Issue 408003002: [Sync] Fix namespace for sync_driver component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 5 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: chrome/browser/sync/glue/typed_url_change_processor.cc
diff --git a/chrome/browser/sync/glue/typed_url_change_processor.cc b/chrome/browser/sync/glue/typed_url_change_processor.cc
index 0cb1ab28d61630fbcebc96f8e96e9c25ab991ae0..0ef8f7d52dd6a851691ca93136c49c2d12be3e8e 100644
--- a/chrome/browser/sync/glue/typed_url_change_processor.cc
+++ b/chrome/browser/sync/glue/typed_url_change_processor.cc
@@ -39,8 +39,8 @@ TypedUrlChangeProcessor::TypedUrlChangeProcessor(
Profile* profile,
TypedUrlModelAssociator* model_associator,
history::HistoryBackend* history_backend,
- DataTypeErrorHandler* error_handler)
- : ChangeProcessor(error_handler),
+ sync_driver::DataTypeErrorHandler* error_handler)
+ : sync_driver::ChangeProcessor(error_handler),
profile_(profile),
model_associator_(model_associator),
history_backend_(history_backend),
« no previous file with comments | « chrome/browser/sync/glue/typed_url_change_processor.h ('k') | chrome/browser/sync/glue/typed_url_data_type_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698