| Index: webkit/plugins/ppapi/ppb_file_system_impl.h
|
| diff --git a/webkit/plugins/ppapi/ppb_file_system_impl.h b/webkit/plugins/ppapi/ppb_file_system_impl.h
|
| index c963ce32169e314cd4113449017c92ae941dc957..78649897d6bd28e2bac6bf5298d71761a9910395 100644
|
| --- a/webkit/plugins/ppapi/ppb_file_system_impl.h
|
| +++ b/webkit/plugins/ppapi/ppb_file_system_impl.h
|
| @@ -33,8 +33,9 @@ class PPB_FileSystem_Impl : public ::ppapi::Resource,
|
| void set_opened(bool opened) { opened_ = opened; }
|
|
|
| // PPB_FileSystem_API implementation.
|
| - virtual int32_t Open(int64_t expected_size,
|
| - PP_CompletionCallback callback) OVERRIDE;
|
| + virtual int32_t Open(
|
| + int64_t expected_size,
|
| + scoped_refptr< ::ppapi::TrackedCallback> callback) OVERRIDE;
|
| virtual PP_FileSystemType GetType() OVERRIDE;
|
|
|
| private:
|
|
|