Index: ppapi/proxy/plugin_dispatcher.h |
diff --git a/ppapi/proxy/plugin_dispatcher.h b/ppapi/proxy/plugin_dispatcher.h |
index 028cf72e5fab3a4c35084e5571dc8c2bf6223ad0..2775463cc200de25b3dec5c6a2e7729a6186525e 100644 |
--- a/ppapi/proxy/plugin_dispatcher.h |
+++ b/ppapi/proxy/plugin_dispatcher.h |
@@ -136,7 +136,7 @@ class PPAPI_PROXY_EXPORT PluginDispatcher : public Dispatcher { |
// it if necessary. |
// TODO(brettw) this is in progress. It should be merged with the target |
// proxies so there is one list to consult. |
- FunctionGroupBase* GetFunctionAPI(InterfaceID id); |
+ FunctionGroupBase* GetFunctionAPI(ApiID id); |
uint32 plugin_dispatcher_id() const { return plugin_dispatcher_id_; } |