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

Unified Diff: ppapi/proxy/printing_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/ppp_text_input_proxy.h ('k') | ppapi/proxy/proxy_channel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/printing_resource.h
diff --git a/ppapi/proxy/printing_resource.h b/ppapi/proxy/printing_resource.h
index 1f9216ba9ab6dd2b3b809bdbdfddf400f3f009fd..0ea677544dfd493689bf84502dee50c465df2a5c 100644
--- a/ppapi/proxy/printing_resource.h
+++ b/ppapi/proxy/printing_resource.h
@@ -23,12 +23,12 @@ class PPAPI_PROXY_EXPORT PrintingResource
virtual ~PrintingResource();
// Resource overrides.
- virtual thunk::PPB_Printing_API* AsPPB_Printing_API() OVERRIDE;
+ virtual thunk::PPB_Printing_API* AsPPB_Printing_API() override;
// PPB_Printing_API.
virtual int32_t GetDefaultPrintSettings(
PP_PrintSettings_Dev* print_settings,
- scoped_refptr<TrackedCallback> callback) OVERRIDE;
+ scoped_refptr<TrackedCallback> callback) override;
private:
void OnPluginMsgGetDefaultPrintSettingsReply(
« no previous file with comments | « ppapi/proxy/ppp_text_input_proxy.h ('k') | ppapi/proxy/proxy_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698