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

Unified Diff: ppapi/shared_impl/ppb_device_ref_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_audio_config_shared.h ('k') | ppapi/shared_impl/ppb_graphics_3d_shared.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/ppb_device_ref_shared.h
diff --git a/ppapi/shared_impl/ppb_device_ref_shared.h b/ppapi/shared_impl/ppb_device_ref_shared.h
index 294093fe871ba388f7760b7f2edc303231a0c571..e9bccab58b0992a1ce883e1e1d0180f25bcf923f 100644
--- a/ppapi/shared_impl/ppb_device_ref_shared.h
+++ b/ppapi/shared_impl/ppb_device_ref_shared.h
@@ -38,12 +38,12 @@ class PPAPI_SHARED_EXPORT PPB_DeviceRef_Shared
const DeviceRefData& data);
// Resource overrides.
- virtual PPB_DeviceRef_API* AsPPB_DeviceRef_API() OVERRIDE;
+ virtual PPB_DeviceRef_API* AsPPB_DeviceRef_API() override;
// PPB_DeviceRef_API implementation.
- virtual const DeviceRefData& GetDeviceRefData() const OVERRIDE;
- virtual PP_DeviceType_Dev GetType() OVERRIDE;
- virtual PP_Var GetName() OVERRIDE;
+ virtual const DeviceRefData& GetDeviceRefData() const override;
+ virtual PP_DeviceType_Dev GetType() override;
+ virtual PP_Var GetName() override;
private:
DeviceRefData data_;
« no previous file with comments | « ppapi/shared_impl/ppb_audio_config_shared.h ('k') | ppapi/shared_impl/ppb_graphics_3d_shared.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698