| Index: chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc
|
| diff --git a/chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc b/chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc
|
| index d367ab05fb2139d7120f10078949e1a4b11fdf4c..02221ca5ad4ca0f750a271260cdac4280cba9e3c 100644
|
| --- a/chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc
|
| +++ b/chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc
|
| @@ -63,7 +63,7 @@ class SyncableFileOperationRunnerTest : public testing::Test {
|
| url_request_context_(file_system_.file_system_context()),
|
| weak_factory_(this) {}
|
|
|
| - virtual void SetUp() OVERRIDE {
|
| + virtual void SetUp() override {
|
| ASSERT_TRUE(dir_.CreateUniqueTempDir());
|
|
|
| file_system_.SetUp(CannedSyncableFileSystem::QUOTA_ENABLED);
|
| @@ -81,7 +81,7 @@ class SyncableFileOperationRunnerTest : public testing::Test {
|
| file_system_.CreateDirectory(URL(kParent)));
|
| }
|
|
|
| - virtual void TearDown() OVERRIDE {
|
| + virtual void TearDown() override {
|
| if (sync_context_.get())
|
| sync_context_->ShutdownOnUIThread();
|
| sync_context_ = nullptr;
|
|
|