| Index: ppapi/proxy/ppb_flash_file_proxy.h
|
| diff --git a/ppapi/proxy/ppb_flash_file_proxy.h b/ppapi/proxy/ppb_flash_file_proxy.h
|
| index b0ebb6329c92fb52ba2565cef48c94303842e2da..63ab6244803b7cba7ef6065430a6ea878108b8a4 100644
|
| --- a/ppapi/proxy/ppb_flash_file_proxy.h
|
| +++ b/ppapi/proxy/ppb_flash_file_proxy.h
|
| @@ -30,7 +30,7 @@ class PPB_Flash_File_ModuleLocal_Proxy : public InterfaceProxy {
|
| PPB_Flash_File_ModuleLocal_Proxy(Dispatcher* dispatcher);
|
| virtual ~PPB_Flash_File_ModuleLocal_Proxy();
|
|
|
| - static const Info* GetInfo();
|
| + static const PPB_Flash_File_ModuleLocal* GetInterface();
|
|
|
| // InterfaceProxy implementation.
|
| virtual bool OnMessageReceived(const IPC::Message& msg);
|
| @@ -75,7 +75,7 @@ class PPB_Flash_File_FileRef_Proxy : public InterfaceProxy {
|
| PPB_Flash_File_FileRef_Proxy(Dispatcher* dispatcher);
|
| virtual ~PPB_Flash_File_FileRef_Proxy();
|
|
|
| - static const Info* GetInfo();
|
| + static const PPB_Flash_File_FileRef* GetInterface();
|
|
|
| // InterfaceProxy implementation.
|
| virtual bool OnMessageReceived(const IPC::Message& msg);
|
|
|