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

Unified Diff: components/history/core/browser/typed_url_data_type_controller.h

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/history/core/browser/typed_url_data_type_controller.h
diff --git a/components/history/core/browser/typed_url_data_type_controller.h b/components/history/core/browser/typed_url_data_type_controller.h
index b3bf9a36f37fcb7a705895e42f1f5ea44ad28afd..057737cf659acb131ed097a018dce6100018c9e8 100644
--- a/components/history/core/browser/typed_url_data_type_controller.h
+++ b/components/history/core/browser/typed_url_data_type_controller.h
@@ -23,11 +23,11 @@ namespace browser_sync {
class ControlTask;
// A class that manages the startup and shutdown of typed_url sync.
-class TypedUrlDataTypeController : public syncer::NonUIDataTypeController {
+class TypedUrlDataTypeController : public sync_driver::NonUIDataTypeController {
public:
// |dump_stack| is called when an unrecoverable error occurs.
TypedUrlDataTypeController(const base::Closure& dump_stack,
- syncer::SyncClient* sync_client,
+ sync_driver::SyncClient* sync_client,
const char* history_disabled_pref_name);
~TypedUrlDataTypeController() override;
@@ -52,7 +52,7 @@ class TypedUrlDataTypeController : public syncer::NonUIDataTypeController {
// thread.
base::CancelableTaskTracker task_tracker_;
- syncer::SyncClient* const sync_client_;
+ sync_driver::SyncClient* const sync_client_;
DISALLOW_COPY_AND_ASSIGN(TypedUrlDataTypeController);
};

Powered by Google App Engine
This is Rietveld 408576698