Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(790)

Unified Diff: chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc

Issue 629603002: replace OVERRIDE and FINAL with override and final in chrome/browser/[r-z]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc
diff --git a/chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc b/chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc
index 1a9f302f57e0d2cb1763265d9f478d7d337c8aec..89f2ddbf5082828a8c972ccefbd1e45b31c4805c 100644
--- a/chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc
+++ b/chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc
@@ -42,7 +42,7 @@ class LocalFileChangeTrackerTest : public testing::Test {
base::ThreadTaskRunnerHandle::Get().get(),
base::ThreadTaskRunnerHandle::Get().get()) {}
- virtual void SetUp() OVERRIDE {
+ virtual void SetUp() override {
file_system_.SetUp(CannedSyncableFileSystem::QUOTA_ENABLED);
ASSERT_TRUE(base_dir_.CreateUniqueTempDir());
@@ -56,7 +56,7 @@ class LocalFileChangeTrackerTest : public testing::Test {
file_system_.MaybeInitializeFileSystemContext(sync_context_.get()));
}
- virtual void TearDown() OVERRIDE {
+ virtual void TearDown() override {
if (sync_context_.get())
sync_context_->ShutdownOnUIThread();
sync_context_ = nullptr;

Powered by Google App Engine
This is Rietveld 408576698