| Index: chrome/browser/chromeos/file_system_provider/mount_path_util_unittest.cc
|
| diff --git a/chrome/browser/chromeos/file_system_provider/mount_path_util_unittest.cc b/chrome/browser/chromeos/file_system_provider/mount_path_util_unittest.cc
|
| index 1d5540f45315b2a3aa7f3c0ec5d2bc6f9b96bdd3..61b01bcbec3942a0aec81db2eae2a28a28e95ccf 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/mount_path_util_unittest.cc
|
| +++ b/chrome/browser/chromeos/file_system_provider/mount_path_util_unittest.cc
|
| @@ -69,7 +69,7 @@ class FileSystemProviderMountPathUtilTest : public testing::Test {
|
| FileSystemProviderMountPathUtilTest() {}
|
| virtual ~FileSystemProviderMountPathUtilTest() {}
|
|
|
| - virtual void SetUp() OVERRIDE {
|
| + virtual void SetUp() override {
|
| profile_manager_.reset(
|
| new TestingProfileManager(TestingBrowserProcess::GetGlobal()));
|
| ASSERT_TRUE(profile_manager_->SetUp());
|
| @@ -83,7 +83,7 @@ class FileSystemProviderMountPathUtilTest : public testing::Test {
|
| base::Bind(&FakeProvidedFileSystem::Create));
|
| }
|
|
|
| - virtual void TearDown() OVERRIDE {
|
| + virtual void TearDown() override {
|
| // Setting the testing factory to NULL will destroy the created service
|
| // associated with the testing profile.
|
| ServiceFactory::GetInstance()->SetTestingFactory(profile_, NULL);
|
|
|