Index: chrome/browser/chromeos/fileapi/file_system_backend.h |
diff --git a/chrome/browser/chromeos/fileapi/file_system_backend.h b/chrome/browser/chromeos/fileapi/file_system_backend.h |
index 1a2686e348a4eabb712279088771e53247748513..a506acfca739c28aaca80f88e30bd0fa8797368f 100644 |
--- a/chrome/browser/chromeos/fileapi/file_system_backend.h |
+++ b/chrome/browser/chromeos/fileapi/file_system_backend.h |
@@ -12,6 +12,7 @@ |
#include "base/files/file_path.h" |
#include "base/memory/scoped_ptr.h" |
#include "storage/browser/fileapi/file_system_backend.h" |
+#include "storage/browser/fileapi/task_runner_bound_observer_list.h" |
#include "storage/browser/quota/special_storage_policy.h" |
#include "storage/common/fileapi/file_system_types.h" |
@@ -117,6 +118,12 @@ class FileSystemBackend : public storage::ExternalFileSystemBackend { |
int64 offset, |
storage::FileSystemContext* context) const OVERRIDE; |
virtual storage::FileSystemQuotaUtil* GetQuotaUtil() OVERRIDE; |
+ virtual const storage::UpdateObserverList* GetUpdateObservers( |
+ storage::FileSystemType type) const OVERRIDE; |
+ virtual const storage::ChangeObserverList* GetChangeObservers( |
+ storage::FileSystemType type) const OVERRIDE; |
+ virtual const storage::AccessObserverList* GetAccessObservers( |
+ storage::FileSystemType type) const OVERRIDE; |
// storage::ExternalFileSystemBackend overrides. |
virtual bool IsAccessAllowed( |