Index: ppapi/proxy/ppapi_proxy_test.h |
diff --git a/ppapi/proxy/ppapi_proxy_test.h b/ppapi/proxy/ppapi_proxy_test.h |
index 59a56713b5c5738cb65c16911925152db5c6db80..1de0809cd7bcf5d97a1597904724c87617bfde41 100644 |
--- a/ppapi/proxy/ppapi_proxy_test.h |
+++ b/ppapi/proxy/ppapi_proxy_test.h |
@@ -126,6 +126,7 @@ class PluginProxyTestHarness : public ProxyTestHarnessBase { |
// PluginPepperDelegate implementation. |
virtual bool SendToBrowser(IPC::Message* msg) OVERRIDE; |
+ virtual std::string GetUILanguage() OVERRIDE; |
virtual void PreCacheFont(const void* logfontw) OVERRIDE; |
private: |