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

Unified Diff: ppapi/proxy/printing_resource.h

Issue 1097393007: Update {virtual,override} to follow C++11 style in ppapi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split off one file into separate review. Created 5 years, 8 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 0ea677544dfd493689bf84502dee50c465df2a5c..deaa1f5cb78dc2a805976d2afadf2c257fd1fb91 100644
--- a/ppapi/proxy/printing_resource.h
+++ b/ppapi/proxy/printing_resource.h
@@ -20,13 +20,13 @@ class PPAPI_PROXY_EXPORT PrintingResource
public:
PrintingResource(Connection connection,
PP_Instance instance);
- virtual ~PrintingResource();
+ ~PrintingResource() override;
// Resource overrides.
- virtual thunk::PPB_Printing_API* AsPPB_Printing_API() override;
+ thunk::PPB_Printing_API* AsPPB_Printing_API() override;
// PPB_Printing_API.
- virtual int32_t GetDefaultPrintSettings(
+ int32_t GetDefaultPrintSettings(
PP_PrintSettings_Dev* print_settings,
scoped_refptr<TrackedCallback> callback) override;
« 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