| Index: chrome/browser/sync_file_system/drive_backend/register_app_task_unittest.cc
|
| diff --git a/chrome/browser/sync_file_system/drive_backend/register_app_task_unittest.cc b/chrome/browser/sync_file_system/drive_backend/register_app_task_unittest.cc
|
| index b862e46ba2446cba4db3c7560ba0302ee5acafcf..89137918ab0f71f11282e2fc2cc959ce96986305 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend/register_app_task_unittest.cc
|
| +++ b/chrome/browser/sync_file_system/drive_backend/register_app_task_unittest.cc
|
| @@ -43,7 +43,7 @@ class RegisterAppTaskTest : public testing::Test {
|
| next_tracker_id_(10000) {}
|
| virtual ~RegisterAppTaskTest() {}
|
|
|
| - virtual void SetUp() OVERRIDE {
|
| + virtual void SetUp() override {
|
| ASSERT_TRUE(database_dir_.CreateUniqueTempDir());
|
| in_memory_env_.reset(leveldb::NewMemEnv(leveldb::Env::Default()));
|
|
|
| @@ -71,7 +71,7 @@ class RegisterAppTaskTest : public testing::Test {
|
| kSyncRootFolderTitle, &sync_root_folder_id_));
|
| }
|
|
|
| - virtual void TearDown() OVERRIDE {
|
| + virtual void TearDown() override {
|
| context_.reset();
|
| base::RunLoop().RunUntilIdle();
|
| }
|
|
|