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

Unified Diff: chrome/browser/sync_file_system/local/local_file_sync_context_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_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();
}

Powered by Google App Engine
This is Rietveld 408576698