| 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 057737cf659acb131ed097a018dce6100018c9e8..b3bf9a36f37fcb7a705895e42f1f5ea44ad28afd 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 sync_driver::NonUIDataTypeController {
|
| +class TypedUrlDataTypeController : public syncer::NonUIDataTypeController {
|
| public:
|
| // |dump_stack| is called when an unrecoverable error occurs.
|
| TypedUrlDataTypeController(const base::Closure& dump_stack,
|
| - sync_driver::SyncClient* sync_client,
|
| + syncer::SyncClient* sync_client,
|
| const char* history_disabled_pref_name);
|
| ~TypedUrlDataTypeController() override;
|
|
|
| @@ -52,7 +52,7 @@ class TypedUrlDataTypeController : public sync_driver::NonUIDataTypeController {
|
| // thread.
|
| base::CancelableTaskTracker task_tracker_;
|
|
|
| - sync_driver::SyncClient* const sync_client_;
|
| + syncer::SyncClient* const sync_client_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(TypedUrlDataTypeController);
|
| };
|
|
|