| Index: chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc
|
| diff --git a/chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc b/chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc
|
| index 27173acee43772528b77371334ca277ae902da5a..5778fca0373afeda740c18385f3f908c8d7e39bf 100644
|
| --- a/chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc
|
| +++ b/chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc
|
| @@ -60,7 +60,7 @@ class LocalFileSyncContextTest : public testing::Test {
|
| async_modify_finished_(false),
|
| has_inflight_prepare_for_sync_(false) {}
|
|
|
| - virtual void SetUp() OVERRIDE {
|
| + virtual void SetUp() override {
|
| RegisterSyncableFileSystem();
|
| ASSERT_TRUE(dir_.CreateUniqueTempDir());
|
| in_memory_env_.reset(leveldb::NewMemEnv(leveldb::Env::Default()));
|
| @@ -72,7 +72,7 @@ class LocalFileSyncContextTest : public testing::Test {
|
| BrowserThread::IO);
|
| }
|
|
|
| - virtual void TearDown() OVERRIDE {
|
| + virtual void TearDown() override {
|
| RevokeSyncableFileSystem();
|
| }
|
|
|
|
|