| Index: ppapi/proxy/ppapi_proxy_test.h
|
| diff --git a/ppapi/proxy/ppapi_proxy_test.h b/ppapi/proxy/ppapi_proxy_test.h
|
| index c0c11cd6389caed7ef6d57a395dc7bb43da52221..ce9ec655f72d3c0f41644582f6681c04f47d0df1 100644
|
| --- a/ppapi/proxy/ppapi_proxy_test.h
|
| +++ b/ppapi/proxy/ppapi_proxy_test.h
|
| @@ -76,7 +76,7 @@ class ProxyTestHarnessBase {
|
|
|
| // Sends a "supports interface" message to the current dispatcher and returns
|
| // true if it's supported. This is just for the convenience of tests.
|
| - bool IsInterfaceSupported(const char* name);
|
| + bool SupportsInterface(const char* name);
|
|
|
| private:
|
| // Destination for IPC messages sent by the test.
|
|
|