| Index: chrome/browser/sync/glue/typed_url_data_type_controller.h
|
| diff --git a/chrome/browser/sync/glue/typed_url_data_type_controller.h b/chrome/browser/sync/glue/typed_url_data_type_controller.h
|
| index 95b087b4788d677aaf9563a368c251908c4dead8..ce2a786387714700e953e0e92589d50723bea491 100644
|
| --- a/chrome/browser/sync/glue/typed_url_data_type_controller.h
|
| +++ b/chrome/browser/sync/glue/typed_url_data_type_controller.h
|
| @@ -34,6 +34,8 @@ class TypedUrlDataTypeController : public NonFrontendDataTypeController {
|
| // NonFrontendDataTypeController implementation
|
| virtual syncer::ModelType type() const OVERRIDE;
|
| virtual syncer::ModelSafeGroup model_safe_group() const OVERRIDE;
|
| + virtual void LoadModels(const ModelLoadCallback& model_load_callback)
|
| + OVERRIDE;
|
|
|
| // Invoked on the history thread to set our history backend - must be called
|
| // before CreateSyncComponents() is invoked.
|
|
|