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

Unified Diff: chrome/browser/plugins/chrome_plugin_service_filter.h

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/chrome_plugin_service_filter.h
diff --git a/chrome/browser/plugins/chrome_plugin_service_filter.h b/chrome/browser/plugins/chrome_plugin_service_filter.h
index 5c6158184fdf44d311af19b6e92921f7ee667611..c4eb2c830b3b8d30f17287bef916e241fcdd1aff 100644
--- a/chrome/browser/plugins/chrome_plugin_service_filter.h
+++ b/chrome/browser/plugins/chrome_plugin_service_filter.h
@@ -77,13 +77,13 @@ class ChromePluginServiceFilter : public content::PluginServiceFilter,
const void* context,
const GURL& url,
const GURL& policy_url,
- content::WebPluginInfo* plugin) OVERRIDE;
+ content::WebPluginInfo* plugin) override;
// CanLoadPlugin always grants permission to the browser
// (render_process_id == 0)
virtual bool CanLoadPlugin(
int render_process_id,
- const base::FilePath& path) OVERRIDE;
+ const base::FilePath& path) override;
private:
friend struct DefaultSingletonTraits<ChromePluginServiceFilter>;
@@ -111,7 +111,7 @@ class ChromePluginServiceFilter : public content::PluginServiceFilter,
// content::NotificationObserver implementation:
virtual void Observe(int type,
const content::NotificationSource& source,
- const content::NotificationDetails& details) OVERRIDE;
+ const content::NotificationDetails& details) override;
ProcessDetails* GetOrRegisterProcess(int render_process_id);
const ProcessDetails* GetProcess(int render_process_id) const;
« no previous file with comments | « chrome/browser/pepper_flash_settings_manager.cc ('k') | chrome/browser/plugins/plugin_info_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698