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

Unified Diff: ppapi/shared_impl/private/ppb_x509_certificate_private_shared.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/shared_impl/ppb_view_shared.h ('k') | ppapi/shared_impl/resource_tracker_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/private/ppb_x509_certificate_private_shared.h
diff --git a/ppapi/shared_impl/private/ppb_x509_certificate_private_shared.h b/ppapi/shared_impl/private/ppb_x509_certificate_private_shared.h
index 8e87517db26970a497cdeeb3cdb8b5e115487baa..727f5522c5baf68c52ae23d680fb58d21ffd0560 100644
--- a/ppapi/shared_impl/private/ppb_x509_certificate_private_shared.h
+++ b/ppapi/shared_impl/private/ppb_x509_certificate_private_shared.h
@@ -53,11 +53,11 @@ class PPAPI_SHARED_EXPORT PPB_X509Certificate_Private_Shared
// Resource overrides.
virtual PPB_X509Certificate_Private_API*
- AsPPB_X509Certificate_Private_API() OVERRIDE;
+ AsPPB_X509Certificate_Private_API() override;
// PPB_X509Certificate_Private_API implementation.
- virtual PP_Bool Initialize(const char* bytes, uint32_t length) OVERRIDE;
- virtual PP_Var GetField(PP_X509Certificate_Private_Field field) OVERRIDE;
+ virtual PP_Bool Initialize(const char* bytes, uint32_t length) override;
+ virtual PP_Var GetField(PP_X509Certificate_Private_Field field) override;
protected:
virtual bool ParseDER(const std::vector<char>& der,
« no previous file with comments | « ppapi/shared_impl/ppb_view_shared.h ('k') | ppapi/shared_impl/resource_tracker_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698