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

Unified Diff: ppapi/proxy/flash_fullscreen_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/flash_font_file_resource.h ('k') | ppapi/proxy/flash_menu_resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/flash_fullscreen_resource.h
diff --git a/ppapi/proxy/flash_fullscreen_resource.h b/ppapi/proxy/flash_fullscreen_resource.h
index c6d5ccbed53930d97f52b6b691dd07153e80c005..06b2722f6f62d64d01e57b9e838ff32e269725b9 100644
--- a/ppapi/proxy/flash_fullscreen_resource.h
+++ b/ppapi/proxy/flash_fullscreen_resource.h
@@ -22,14 +22,14 @@ class FlashFullscreenResource
// Resource overrides.
virtual thunk::PPB_Flash_Fullscreen_API*
- AsPPB_Flash_Fullscreen_API() OVERRIDE;
+ AsPPB_Flash_Fullscreen_API() override;
// PPB_Flash_Fullscreen_API implementation.
- virtual PP_Bool IsFullscreen(PP_Instance instance) OVERRIDE;
+ virtual PP_Bool IsFullscreen(PP_Instance instance) override;
virtual PP_Bool SetFullscreen(PP_Instance instance,
- PP_Bool fullscreen) OVERRIDE;
+ PP_Bool fullscreen) override;
virtual void SetLocalIsFullscreen(PP_Instance instance,
- PP_Bool is_fullscreen) OVERRIDE;
+ PP_Bool is_fullscreen) override;
private:
PP_Bool is_fullscreen_;
« no previous file with comments | « ppapi/proxy/flash_font_file_resource.h ('k') | ppapi/proxy/flash_menu_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698