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

Unified Diff: ppapi/proxy/network_proxy_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/network_monitor_resource.h ('k') | ppapi/proxy/output_protection_resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/network_proxy_resource.h
diff --git a/ppapi/proxy/network_proxy_resource.h b/ppapi/proxy/network_proxy_resource.h
index f2084ab3fd87e4076d140e9ef27b00e694562ca6..ba1236e553ad7fca3c67cd7394edd8c9a826ba46 100644
--- a/ppapi/proxy/network_proxy_resource.h
+++ b/ppapi/proxy/network_proxy_resource.h
@@ -22,14 +22,14 @@ class PPAPI_PROXY_EXPORT NetworkProxyResource
private:
// Resource implementation.
- virtual thunk::PPB_NetworkProxy_API* AsPPB_NetworkProxy_API() OVERRIDE;
+ virtual thunk::PPB_NetworkProxy_API* AsPPB_NetworkProxy_API() override;
// PPB_NetworkProxy_API implementation.
virtual int32_t GetProxyForURL(
PP_Instance instance,
PP_Var url,
PP_Var* proxy_string,
- scoped_refptr<TrackedCallback> callback) OVERRIDE;
+ scoped_refptr<TrackedCallback> callback) override;
void OnPluginMsgGetProxyForURLReply(PP_Var* proxy_string_out_param,
scoped_refptr<TrackedCallback> callback,
« no previous file with comments | « ppapi/proxy/network_monitor_resource.h ('k') | ppapi/proxy/output_protection_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698