| 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 bbc1ba307b6dd004707bccd720f858d4be972659..298882af0c539da9f2b9a41e72ea43997f8d9c9c 100644
|
| --- a/components/history/core/browser/typed_url_data_type_controller.h
|
| +++ b/components/history/core/browser/typed_url_data_type_controller.h
|
| @@ -25,14 +25,13 @@ class TypedUrlDataTypeController : public syncer::NonUIDataTypeController {
|
| const char* history_disabled_pref_name);
|
| ~TypedUrlDataTypeController() override;
|
|
|
| - // NonUIDataTypeController implementation
|
| - syncer::ModelSafeGroup model_safe_group() const override;
|
| + // NonUIDataTypeController implementation.
|
| bool ReadyForStart() const override;
|
|
|
| protected:
|
| - // NonUIDataTypeController interface.
|
| - bool PostTaskOnBackendThread(const tracked_objects::Location& from_here,
|
| - const base::Closure& task) override;
|
| + // NonUIDataTypeController implementation.
|
| + bool PostTaskOnModelThread(const tracked_objects::Location& from_here,
|
| + const base::Closure& task) override;
|
|
|
| private:
|
| void OnSavingBrowserHistoryDisabledChanged();
|
|
|