| Index: webkit/fileapi/file_system_url_request_job.h
|
| diff --git a/webkit/fileapi/file_system_url_request_job.h b/webkit/fileapi/file_system_url_request_job.h
|
| index 1caa988949e12d208884433f984437444dee57c9..bf831278de87b247e4fca96cc98cf81acd47b1e9 100644
|
| --- a/webkit/fileapi/file_system_url_request_job.h
|
| +++ b/webkit/fileapi/file_system_url_request_job.h
|
| @@ -8,8 +8,8 @@
|
|
|
| #include <string>
|
|
|
| -#include "base/memory/scoped_callback_factory.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "base/memory/weak_ptr.h"
|
| #include "base/message_loop_proxy.h"
|
| #include "base/platform_file.h"
|
| #include "base/task.h"
|
| @@ -62,8 +62,7 @@ class FileSystemURLRequestJob : public net::URLRequestJob {
|
|
|
| FileSystemContext* file_system_context_;
|
| scoped_refptr<base::MessageLoopProxy> file_thread_proxy_;
|
| - ScopedRunnableMethodFactory<FileSystemURLRequestJob> method_factory_;
|
| - base::ScopedCallbackFactory<FileSystemURLRequestJob> callback_factory_;
|
| + base::WeakPtrFactory<FileSystemURLRequestJob> weak_factory_;
|
| net::OldCompletionCallbackImpl<FileSystemURLRequestJob> io_callback_;
|
| scoped_ptr<net::FileStream> stream_;
|
| bool is_directory_;
|
|
|