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

Unified Diff: ppapi/proxy/plugin_resource_var.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_resource_tracker.h ('k') | ppapi/proxy/plugin_var_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/plugin_resource_var.h
diff --git a/ppapi/proxy/plugin_resource_var.h b/ppapi/proxy/plugin_resource_var.h
index 42be66d219e240047c7e62669de970055aebcffa..edfe47b4edeb898559e7b52e976d8aa9a097c6df 100644
--- a/ppapi/proxy/plugin_resource_var.h
+++ b/ppapi/proxy/plugin_resource_var.h
@@ -22,8 +22,8 @@ class PPAPI_PROXY_EXPORT PluginResourceVar : public ppapi::ResourceVar {
explicit PluginResourceVar(ppapi::Resource* resource);
// ResourceVar override.
- virtual PP_Resource GetPPResource() const OVERRIDE;
- virtual bool IsPending() const OVERRIDE;
+ virtual PP_Resource GetPPResource() const override;
+ virtual bool IsPending() const override;
scoped_refptr<ppapi::Resource> resource() const { return resource_; }
« no previous file with comments | « ppapi/proxy/plugin_resource_tracker.h ('k') | ppapi/proxy/plugin_var_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698