| 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 01a1bdcbf91b221f8231455781f39c48971213e6..b18aa4eb39f40f9ac0b495e6a4dcecbe142849fd 100644
|
| --- a/chrome/browser/sync/glue/typed_url_data_type_controller.h
|
| +++ b/chrome/browser/sync/glue/typed_url_data_type_controller.h
|
| @@ -37,7 +37,7 @@ class TypedUrlDataTypeController : public NonFrontendDataTypeController,
|
| ProfileSyncService* sync_service);
|
|
|
| // NonFrontendDataTypeController implementation
|
| - virtual syncable::ModelType type() const OVERRIDE;
|
| + virtual syncer::ModelType type() const OVERRIDE;
|
| virtual syncer::ModelSafeGroup model_safe_group() const OVERRIDE;
|
|
|
| // content::NotificationObserver implementation.
|
|
|