Index: ppapi/proxy/host_dispatcher.h |
diff --git a/ppapi/proxy/host_dispatcher.h b/ppapi/proxy/host_dispatcher.h |
index 57ba120f4fd18ce09f9ad80518957b3f6fae0b92..623aa267dffc60a2d9dd1072daf4ea781a0e63ac 100644 |
--- a/ppapi/proxy/host_dispatcher.h |
+++ b/ppapi/proxy/host_dispatcher.h |
@@ -80,7 +80,7 @@ class PPAPI_PROXY_EXPORT HostDispatcher : public Dispatcher { |
// if the plugin supports the given interface (with caching) and returns the |
// pointer to the proxied interface if it is supported. Returns NULL if the |
// given interface isn't supported by the plugin or the proxy. |
- const void* GetProxiedInterface(const std::string& interface); |
+ const void* GetProxiedInterface(const std::string& proxied_interface); |
// Returns the proxy object associated with the given interface ID, creating |
// it if necessary. This is used in cases where a proxy needs to access code |