Index: ppapi/proxy/plugin_globals.h |
diff --git a/ppapi/proxy/plugin_globals.h b/ppapi/proxy/plugin_globals.h |
index 31adef558412d4c93c063d1363609f61f9703422..bc55245d611a10c5dc154529a1749b595ef86134 100644 |
--- a/ppapi/proxy/plugin_globals.h |
+++ b/ppapi/proxy/plugin_globals.h |
@@ -72,7 +72,7 @@ class PPAPI_PROXY_EXPORT PluginGlobals : public PpapiGlobals { |
const std::string& source, |
const std::string& value) OVERRIDE; |
virtual MessageLoopShared* GetCurrentMessageLoop() OVERRIDE; |
- base::TaskRunner* GetFileTaskRunner(PP_Instance instance) OVERRIDE; |
+ base::TaskRunner* GetFileTaskRunner() OVERRIDE; |
// Returns the channel for sending to the browser. |
IPC::Sender* GetBrowserSender(); |