| 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.
|
|
|