Index: ppapi/proxy/plugin_dispatcher.h |
diff --git a/ppapi/proxy/plugin_dispatcher.h b/ppapi/proxy/plugin_dispatcher.h |
index 896689e6a9d88d0bc04313cf003a52c60b6c2de6..6634c52af97fedfd162087f4cc3c0cbb4f65a7ff 100644 |
--- a/ppapi/proxy/plugin_dispatcher.h |
+++ b/ppapi/proxy/plugin_dispatcher.h |
@@ -88,7 +88,8 @@ class PPAPI_PROXY_EXPORT PluginDispatcher : public Dispatcher { |
// object as a convenience. Returns NULL on failure. |
static PluginDispatcher* GetForResource(const Resource* resource); |
- static const void* GetInterfaceFromDispatcher(const char* interface); |
+ static const void* GetInterfaceFromDispatcher( |
+ const char* dispatcher_interface); |
// You must call this function before anything else. Returns true on success. |
// The delegate pointer must outlive this class, ownership is not |