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

Unified Diff: chrome/browser/plugins/plugin_info_message_filter_unittest.cc

Issue 624173002: replace OVERRIDE and FINAL with override and final in chrome/browser/[j-q]* (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/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 3b612dce19d357cd4ea98bd0f7bacf0fcca915ce..e9c0b9803f2773a404ed896f53e37a5c26121493 100644
--- a/chrome/browser/plugins/plugin_info_message_filter_unittest.cc
+++ b/chrome/browser/plugins/plugin_info_message_filter_unittest.cc
@@ -41,10 +41,10 @@ class FakePluginServiceFilter : public content::PluginServiceFilter {
const void* context,
const GURL& url,
const GURL& policy_url,
- content::WebPluginInfo* plugin) OVERRIDE;
+ content::WebPluginInfo* plugin) override;
virtual bool CanLoadPlugin(int render_process_id,
- const base::FilePath& path) OVERRIDE;
+ const base::FilePath& path) override;
void set_plugin_enabled(const base::FilePath& plugin_path, bool enabled) {
plugin_state_[plugin_path] = enabled;
@@ -85,7 +85,7 @@ class PluginInfoMessageFilterTest : public ::testing::Test {
context_(0, &profile_) {
}
- virtual void SetUp() OVERRIDE {
+ virtual void SetUp() override {
content::WebPluginInfo foo_plugin(base::ASCIIToUTF16("Foo Plug-in"),
foo_plugin_path_,
base::ASCIIToUTF16("1"),
« no previous file with comments | « chrome/browser/plugins/plugin_info_message_filter.h ('k') | chrome/browser/plugins/plugin_infobar_delegates.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698