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

Unified Diff: chrome/browser/plugins/plugins_resource_service.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/plugins_resource_service.h
diff --git a/chrome/browser/plugins/plugins_resource_service.h b/chrome/browser/plugins/plugins_resource_service.h
index 5c5978050fac06df07462a759be756ddedd9b4e4..44f498272b432c09ed3e144ca8da478427866880 100644
--- a/chrome/browser/plugins/plugins_resource_service.h
+++ b/chrome/browser/plugins/plugins_resource_service.h
@@ -24,7 +24,7 @@ class PluginsResourceService : public WebResourceService {
virtual ~PluginsResourceService();
// WebResourceService override to process the parsed information.
- virtual void Unpack(const base::DictionaryValue& parsed_json) OVERRIDE;
+ virtual void Unpack(const base::DictionaryValue& parsed_json) override;
DISALLOW_COPY_AND_ASSIGN(PluginsResourceService);
};
« no previous file with comments | « chrome/browser/plugins/plugin_status_pref_setter.h ('k') | chrome/browser/policy/chrome_browser_policy_connector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698