Index: webkit/fileapi/file_system_operation.h |
diff --git a/webkit/fileapi/file_system_operation.h b/webkit/fileapi/file_system_operation.h |
index b38633a99fe4fe7b8bb8549f6c4510692253fa05..5876692c96506537c2e76bbf68bf7f840fdf6a2e 100644 |
--- a/webkit/fileapi/file_system_operation.h |
+++ b/webkit/fileapi/file_system_operation.h |
@@ -13,6 +13,7 @@ |
#include "base/memory/ref_counted.h" |
#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/process.h" |
@@ -241,6 +242,7 @@ class FileSystemOperation { |
FileSystemOperationContext file_system_operation_context_; |
base::ScopedCallbackFactory<FileSystemOperation> callback_factory_; |
+ base::WeakPtrFactory<FileSystemOperation> weak_factory_; |
scoped_ptr<ScopedQuotaUtilHelper> quota_util_helper_; |