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

Unified Diff: extensions/browser/extension_icon_image_unittest.cc

Issue 685503002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « extensions/browser/error_map_unittest.cc ('k') | extensions/browser/extensions_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/extension_icon_image_unittest.cc
diff --git a/extensions/browser/extension_icon_image_unittest.cc b/extensions/browser/extension_icon_image_unittest.cc
index 4842083d958e8438f0a20c36b2a28e865777c2dd..9f89fc2c50aee9541f1c6f2c915f47f6e0c75a71 100644
--- a/extensions/browser/extension_icon_image_unittest.cc
+++ b/extensions/browser/extension_icon_image_unittest.cc
@@ -125,7 +125,7 @@ class ExtensionIconImageTest : public ExtensionsTest,
io_thread_(BrowserThread::IO),
notification_service_(content::NotificationService::Create()) {}
- virtual ~ExtensionIconImageTest() {}
+ ~ExtensionIconImageTest() override {}
void WaitForImageLoad() {
quit_in_image_loaded_ = true;
@@ -167,7 +167,7 @@ class ExtensionIconImageTest : public ExtensionsTest,
}
// testing::Test overrides:
- virtual void SetUp() override {
+ void SetUp() override {
file_thread_.Start();
io_thread_.Start();
}
« no previous file with comments | « extensions/browser/error_map_unittest.cc ('k') | extensions/browser/extensions_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698