| Index: chrome/browser/sync/glue/new_non_frontend_data_type_controller_mock.h
|
| diff --git a/chrome/browser/sync/glue/new_non_frontend_data_type_controller_mock.h b/chrome/browser/sync/glue/new_non_frontend_data_type_controller_mock.h
|
| index 5aced581e34c77c591b6693bb88408936d112e4e..4d6d8b052c79d9febc66c6eebf49595b9aa18c7c 100644
|
| --- a/chrome/browser/sync/glue/new_non_frontend_data_type_controller_mock.h
|
| +++ b/chrome/browser/sync/glue/new_non_frontend_data_type_controller_mock.h
|
| @@ -25,7 +25,7 @@ class NewNonFrontendDataTypeControllerMock
|
|
|
| MOCK_METHOD0(Stop, void());
|
| MOCK_METHOD0(enabled, bool());
|
| - MOCK_CONST_METHOD0(type, syncable::ModelType());
|
| + MOCK_CONST_METHOD0(type, syncer::ModelType());
|
| MOCK_CONST_METHOD0(name, std::string());
|
| MOCK_CONST_METHOD0(model_safe_group, syncer::ModelSafeGroup());
|
| MOCK_CONST_METHOD0(state, State());
|
|
|