Index: ppapi/proxy/ppapi_proxy_test.h |
diff --git a/ppapi/proxy/ppapi_proxy_test.h b/ppapi/proxy/ppapi_proxy_test.h |
index 775b75c03a2125f5973f92d7fa1257f96ca435ce..2add55e5e9699b2990121786d6d16476bda649bc 100644 |
--- a/ppapi/proxy/ppapi_proxy_test.h |
+++ b/ppapi/proxy/ppapi_proxy_test.h |
@@ -53,7 +53,7 @@ class ProxyTestHarnessBase { |
// Allows the test to specify an interface implementation for a given |
// interface name. This will be returned when any of the proxy logic |
// requests a local interface. |
- void RegisterTestInterface(const char* name, const void* interface); |
+ void RegisterTestInterface(const char* name, const void* iface); |
// Sends a "supports interface" message to the current dispatcher and returns |
// true if it's supported. This is just for the convenience of tests. |