| Index: chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc
|
| diff --git a/chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc b/chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc
|
| index a59ba4dd0e9994726104f35af6adee98604017eb..7ab103da482cd963e873cfc1acb7d9c334e3c019 100644
|
| --- a/chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc
|
| +++ b/chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc
|
| @@ -83,7 +83,7 @@ class SyncFrontendDataTypeControllerTest : public testing::Test {
|
| : thread_bundle_(content::TestBrowserThreadBundle::DEFAULT),
|
| service_(&profile_) {}
|
|
|
| - virtual void SetUp() {
|
| + void SetUp() override {
|
| profile_sync_factory_.reset(new ProfileSyncComponentsFactoryMock());
|
| dtc_mock_ = new StrictMock<FrontendDataTypeControllerMock>();
|
| frontend_dtc_ =
|
|
|