| Index: ppapi/proxy/ppb_flash_proxy.h
|
| diff --git a/ppapi/proxy/ppb_flash_proxy.h b/ppapi/proxy/ppb_flash_proxy.h
|
| index 8bb15eb554f7ebba12764bc983b61629c83418df..2d224bd4aeb1ad894a36bebb25db5904a74676f7 100644
|
| --- a/ppapi/proxy/ppb_flash_proxy.h
|
| +++ b/ppapi/proxy/ppb_flash_proxy.h
|
| @@ -32,7 +32,7 @@ class PPB_Flash_Proxy : public InterfaceProxy {
|
| PPB_Flash_Proxy(Dispatcher* dispatcher);
|
| virtual ~PPB_Flash_Proxy();
|
|
|
| - static const Info* GetInfo();
|
| + static const PPB_Flash* GetInterface();
|
|
|
| // InterfaceProxy implementation.
|
| virtual bool OnMessageReceived(const IPC::Message& msg);
|
|
|