| Index: components/sync_driver/ui_data_type_controller_unittest.cc
|
| diff --git a/components/sync_driver/ui_data_type_controller_unittest.cc b/components/sync_driver/ui_data_type_controller_unittest.cc
|
| index abf288439475b8261587fa43cc02dfc96afedecf..66db4afe6ee1016cb31da0460ed2b1fd3d960f86 100644
|
| --- a/components/sync_driver/ui_data_type_controller_unittest.cc
|
| +++ b/components/sync_driver/ui_data_type_controller_unittest.cc
|
| @@ -51,14 +51,14 @@ class SyncUIDataTypeControllerTest : public testing::Test,
|
| }
|
|
|
| virtual base::WeakPtr<syncer::SyncableService> GetSyncableServiceForType(
|
| - syncer::ModelType type) OVERRIDE {
|
| + syncer::ModelType type) override {
|
| return syncable_service_.AsWeakPtr();
|
| }
|
|
|
| virtual scoped_ptr<syncer::AttachmentService> CreateAttachmentService(
|
| const scoped_refptr<syncer::AttachmentStore>& attachment_store,
|
| const syncer::UserShare& user_share,
|
| - syncer::AttachmentService::Delegate* delegate) OVERRIDE {
|
| + syncer::AttachmentService::Delegate* delegate) override {
|
| return syncer::AttachmentServiceImpl::CreateForTest();
|
| }
|
|
|
|
|