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

Unified Diff: chrome/browser/plugins/plugin_info_message_filter_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/plugins/plugin_info_message_filter_unittest.cc
diff --git a/chrome/browser/plugins/plugin_info_message_filter_unittest.cc b/chrome/browser/plugins/plugin_info_message_filter_unittest.cc
index afddd9364e13a37cb7f4ea9b4d35c40f65cf144e..7d53aca4b6995f058f1b84a2ac4c98e3dacb4617 100644
--- a/chrome/browser/plugins/plugin_info_message_filter_unittest.cc
+++ b/chrome/browser/plugins/plugin_info_message_filter_unittest.cc
@@ -85,7 +85,7 @@ class PluginInfoMessageFilterTest : public ::testing::Test {
context_(0, &profile_) {
}
- virtual void SetUp() override {
+ void SetUp() override {
content::WebPluginInfo foo_plugin(base::ASCIIToUTF16("Foo Plug-in"),
foo_plugin_path_,
base::ASCIIToUTF16("1"),

Powered by Google App Engine
This is Rietveld 408576698