Index: ppapi/proxy/ppb_file_chooser_proxy.h |
diff --git a/ppapi/proxy/ppb_file_chooser_proxy.h b/ppapi/proxy/ppb_file_chooser_proxy.h |
index 51cac53b4523e7637e109174e6116da0522e7e46..1256cd3901dfb456ea392a20795af7c73ab9fb3b 100644 |
--- a/ppapi/proxy/ppb_file_chooser_proxy.h |
+++ b/ppapi/proxy/ppb_file_chooser_proxy.h |
@@ -42,7 +42,7 @@ class PPB_FileChooser_Proxy : public InterfaceProxy { |
// InterfaceProxy implementation. |
virtual bool OnMessageReceived(const IPC::Message& msg); |
- static const InterfaceID kInterfaceID = INTERFACE_ID_PPB_FILE_CHOOSER; |
+ static const ApiID kApiID = API_ID_PPB_FILE_CHOOSER; |
private: |
// Plugin -> host message handlers. |