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

Unified Diff: ppapi/proxy/flash_font_file_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_file_resource.h ('k') | ppapi/proxy/flash_fullscreen_resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/flash_font_file_resource.h
diff --git a/ppapi/proxy/flash_font_file_resource.h b/ppapi/proxy/flash_font_file_resource.h
index 5bc633a4fe6fe58a9b8f480bbc9a4449ddd41e7b..b4713072e5fb2364dee96ded21957f5d12efc5a1 100644
--- a/ppapi/proxy/flash_font_file_resource.h
+++ b/ppapi/proxy/flash_font_file_resource.h
@@ -32,12 +32,12 @@ class FlashFontFileResource : public PluginResource,
virtual ~FlashFontFileResource();
// Resource overrides.
- virtual thunk::PPB_Flash_FontFile_API* AsPPB_Flash_FontFile_API() OVERRIDE;
+ virtual thunk::PPB_Flash_FontFile_API* AsPPB_Flash_FontFile_API() override;
// PPB_Flash_FontFile_API.
virtual PP_Bool GetFontTable(uint32_t table,
void* output,
- uint32_t* output_length) OVERRIDE;
+ uint32_t* output_length) override;
private:
// Sees if we have a cache of the font table and returns a pointer to it.
« no previous file with comments | « ppapi/proxy/flash_file_resource.h ('k') | ppapi/proxy/flash_fullscreen_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698