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

Unified Diff: ppapi/proxy/plugin_resource.h

Issue 630883002: replace OVERRIDE and FINAL with override and final in ppapi/ (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 | « ppapi/proxy/plugin_message_filter.h ('k') | ppapi/proxy/plugin_resource_callback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/plugin_resource.h
diff --git a/ppapi/proxy/plugin_resource.h b/ppapi/proxy/plugin_resource.h
index a9c68c9c363dd4ad99af40278b89606a6112ca3d..fd905cfe75a88faa752259c292fe0dba8585f1aa 100644
--- a/ppapi/proxy/plugin_resource.h
+++ b/ppapi/proxy/plugin_resource.h
@@ -46,14 +46,14 @@ class PPAPI_PROXY_EXPORT PluginResource : public Resource {
// callback that was registered when CallBrowser/CallRenderer was called
// and calling it with |params| and |msg|.
virtual void OnReplyReceived(const proxy::ResourceMessageReplyParams& params,
- const IPC::Message& msg) OVERRIDE;
+ const IPC::Message& msg) override;
// Resource overrides.
// Note: Subclasses shouldn't override these methods directly. Instead, they
// should implement LastPluginRefWasDeleted() or InstanceWasDeleted() to get
// notified.
- virtual void NotifyLastPluginRefWasDeleted() OVERRIDE;
- virtual void NotifyInstanceWasDeleted() OVERRIDE;
+ virtual void NotifyLastPluginRefWasDeleted() override;
+ virtual void NotifyInstanceWasDeleted() override;
// Sends a create message to the browser or renderer for the current resource.
« no previous file with comments | « ppapi/proxy/plugin_message_filter.h ('k') | ppapi/proxy/plugin_resource_callback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698