| Index: chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc
|
| diff --git a/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc b/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc
|
| index c531de90d59d0e5ca7e5044917a38f8058b7739e..9a97d1ccedfe6d297dfe1d35538a3371394f3da8 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc
|
| +++ b/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc
|
| @@ -52,7 +52,7 @@ class RemoteToLocalSyncerTest : public testing::Test {
|
| : thread_bundle_(content::TestBrowserThreadBundle::IO_MAINLOOP) {}
|
| virtual ~RemoteToLocalSyncerTest() {}
|
|
|
| - virtual void SetUp() OVERRIDE {
|
| + virtual void SetUp() override {
|
| ASSERT_TRUE(database_dir_.CreateUniqueTempDir());
|
| in_memory_env_.reset(leveldb::NewMemEnv(leveldb::Env::Default()));
|
|
|
| @@ -86,7 +86,7 @@ class RemoteToLocalSyncerTest : public testing::Test {
|
| sync_task_manager_->Initialize(SYNC_STATUS_OK);
|
| }
|
|
|
| - virtual void TearDown() OVERRIDE {
|
| + virtual void TearDown() override {
|
| sync_task_manager_.reset();
|
| RevokeSyncableFileSystem();
|
| fake_drive_helper_.reset();
|
|
|