| Index: chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc b/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc
|
| index 04dc8d402a6464585ac492b197894e5a015cb2ae..a0337f2c8a3f79642956e25aa81c9cefa1b518d4 100644
|
| --- a/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc
|
| @@ -31,7 +31,7 @@ class ProfileSyncComponentsFactoryImplTest : public testing::Test {
|
| ProfileSyncComponentsFactoryImplTest()
|
| : thread_bundle_(content::TestBrowserThreadBundle::DEFAULT) {}
|
|
|
| - virtual void SetUp() {
|
| + void SetUp() override {
|
| profile_.reset(new TestingProfile());
|
| base::FilePath program_path(FILE_PATH_LITERAL("chrome.exe"));
|
| command_line_.reset(new CommandLine(program_path));
|
|
|