| Index: content/renderer/pepper/host_globals.h
|
| diff --git a/content/renderer/pepper/host_globals.h b/content/renderer/pepper/host_globals.h
|
| index 761fa915743eb42242937acc19edc28306d5d553..9d1b289d506a75fc6585e6c17210bda76fb3e8be 100644
|
| --- a/content/renderer/pepper/host_globals.h
|
| +++ b/content/renderer/pepper/host_globals.h
|
| @@ -51,7 +51,7 @@ class HostGlobals : public ppapi::PpapiGlobals {
|
| const std::string& source,
|
| const std::string& value) OVERRIDE;
|
| virtual ppapi::MessageLoopShared* GetCurrentMessageLoop() OVERRIDE;
|
| - virtual base::TaskRunner* GetFileTaskRunner(PP_Instance instance) OVERRIDE;
|
| + virtual base::TaskRunner* GetFileTaskRunner() OVERRIDE;
|
|
|
| HostVarTracker* host_var_tracker() {
|
| return &host_var_tracker_;
|
|
|