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

Unified Diff: chrome/browser/process_singleton_posix_unittest.cc

Issue 684613002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bad indent 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/process_singleton_posix_unittest.cc
diff --git a/chrome/browser/process_singleton_posix_unittest.cc b/chrome/browser/process_singleton_posix_unittest.cc
index 9153c1f0e0f11d9b17818d6887cad52743cf8a65..f12e3ff448fe52db414dc36d4266f9548a15bc7b 100644
--- a/chrome/browser/process_singleton_posix_unittest.cc
+++ b/chrome/browser/process_singleton_posix_unittest.cc
@@ -71,7 +71,7 @@ class ProcessSingletonPosixTest : public testing::Test {
io_thread_.StartIOThread();
}
- virtual void SetUp() {
+ void SetUp() override {
testing::Test::SetUp();
ProcessSingleton::DisablePromptForTesting();
@@ -89,7 +89,7 @@ class ProcessSingletonPosixTest : public testing::Test {
cookie_path_ = user_data_path_.Append(chrome::kSingletonCookieFilename);
}
- virtual void TearDown() {
+ void TearDown() override {
scoped_refptr<base::ThreadTestHelper> io_helper(new base::ThreadTestHelper(
BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO).get()));
ASSERT_TRUE(io_helper->Run());
« no previous file with comments | « chrome/browser/process_singleton_browsertest.cc ('k') | chrome/browser/profile_resetter/profile_resetter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698