Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Unified Diff: chrome/browser/chromeos/drive/fileapi/file_system_backend_delegate.h

Issue 452043003: [ew] Add basic classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added missing files. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/drive/fileapi/file_system_backend_delegate.h
diff --git a/chrome/browser/chromeos/drive/fileapi/file_system_backend_delegate.h b/chrome/browser/chromeos/drive/fileapi/file_system_backend_delegate.h
index dae45ffe5795c8cada11e2fb7c08a30f4fdefd32..ea701cb3e00dd267a27e00191afe0c6a0ba17dc4 100644
--- a/chrome/browser/chromeos/drive/fileapi/file_system_backend_delegate.h
+++ b/chrome/browser/chromeos/drive/fileapi/file_system_backend_delegate.h
@@ -11,6 +11,11 @@
namespace storage {
class AsyncFileUtil;
+class FileSystemContext;
+class FileStreamReader;
+class FileSystemURL;
+class FileStreamWriter;
+class WatcherManager;
} // namespace storage
namespace drive {
@@ -34,6 +39,8 @@ class FileSystemBackendDelegate : public chromeos::FileSystemBackendDelegate {
const storage::FileSystemURL& url,
int64 offset,
storage::FileSystemContext* context) OVERRIDE;
+ virtual storage::WatcherManager* GetWatcherManager(
+ const storage::FileSystemURL& url) OVERRIDE;
private:
scoped_ptr<storage::AsyncFileUtil> async_file_util_;

Powered by Google App Engine
This is Rietveld 408576698