Index: storage/browser/fileapi/isolated_file_system_backend.h |
diff --git a/storage/browser/fileapi/isolated_file_system_backend.h b/storage/browser/fileapi/isolated_file_system_backend.h |
index 3894ff4daa80c68570425ff3d2e397d791afa8ba..11b6ea4aace83c88e4224b2a5398b83780da7903 100644 |
--- a/storage/browser/fileapi/isolated_file_system_backend.h |
+++ b/storage/browser/fileapi/isolated_file_system_backend.h |
@@ -7,6 +7,7 @@ |
#include "base/memory/scoped_ptr.h" |
#include "storage/browser/fileapi/file_system_backend.h" |
+#include "storage/browser/fileapi/task_runner_bound_observer_list.h" |
namespace storage { |
@@ -45,6 +46,12 @@ class IsolatedFileSystemBackend : public FileSystemBackend { |
int64 offset, |
FileSystemContext* context) const OVERRIDE; |
virtual FileSystemQuotaUtil* GetQuotaUtil() OVERRIDE; |
+ virtual const UpdateObserverList* GetUpdateObservers( |
+ FileSystemType type) const OVERRIDE; |
+ virtual const ChangeObserverList* GetChangeObservers( |
+ FileSystemType type) const OVERRIDE; |
+ virtual const AccessObserverList* GetAccessObservers( |
+ FileSystemType type) const OVERRIDE; |
private: |
scoped_ptr<AsyncFileUtilAdapter> isolated_file_util_; |