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

Unified Diff: ppapi/proxy/plugin_resource_tracker.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_callback.h ('k') | ppapi/proxy/plugin_resource_var.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/plugin_resource_tracker.h
diff --git a/ppapi/proxy/plugin_resource_tracker.h b/ppapi/proxy/plugin_resource_tracker.h
index 6bed72f4eff776687c6d1d2acea988c0ebcd33ec..21c7fc531b23eb67d8c08a3fd80223a1b143e102 100644
--- a/ppapi/proxy/plugin_resource_tracker.h
+++ b/ppapi/proxy/plugin_resource_tracker.h
@@ -36,8 +36,8 @@ class PPAPI_PROXY_EXPORT PluginResourceTracker : public ResourceTracker {
protected:
// ResourceTracker overrides.
- virtual PP_Resource AddResource(Resource* object) OVERRIDE;
- virtual void RemoveResource(Resource* object) OVERRIDE;
+ virtual PP_Resource AddResource(Resource* object) override;
+ virtual void RemoveResource(Resource* object) override;
private:
// Map of host instance/resource pairs to a plugin resource ID.
« no previous file with comments | « ppapi/proxy/plugin_resource_callback.h ('k') | ppapi/proxy/plugin_resource_var.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698