Index: components/sync_driver/device_info_data_type_controller_unittest.cc |
diff --git a/components/sync_driver/device_info_data_type_controller_unittest.cc b/components/sync_driver/device_info_data_type_controller_unittest.cc |
index 7161929204dd38947f424933c87a8b3c3208fb72..137ed253a10eb754173c8c76d69e912f0bdcf4fd 100644 |
--- a/components/sync_driver/device_info_data_type_controller_unittest.cc |
+++ b/components/sync_driver/device_info_data_type_controller_unittest.cc |
@@ -56,14 +56,14 @@ class DeviceInfoDataTypeControllerTest : public testing::Test, |
weak_ptr_factory_.GetWeakPtr())); |
} |
- virtual base::WeakPtr<syncer::SyncableService> GetSyncableServiceForType( |
+ base::WeakPtr<syncer::SyncableService> GetSyncableServiceForType( |
syncer::ModelType type) override { |
// Shouldn't be called for this test. |
NOTREACHED(); |
return base::WeakPtr<syncer::SyncableService>(); |
} |
- virtual scoped_ptr<syncer::AttachmentService> CreateAttachmentService( |
+ scoped_ptr<syncer::AttachmentService> CreateAttachmentService( |
const scoped_refptr<syncer::AttachmentStore>& attachment_store, |
const syncer::UserShare& user_share, |
syncer::AttachmentService::Delegate* delegate) override { |