Index: chrome/browser/chromeos/file_system_provider/fake_provided_file_system.h |
diff --git a/chrome/browser/chromeos/file_system_provider/fake_provided_file_system.h b/chrome/browser/chromeos/file_system_provider/fake_provided_file_system.h |
index 8341922ddf930d090a28ac53585d3a87aa0702ce..f507832735033007bddb3fbcc17712aae3f7e052 100644 |
--- a/chrome/browser/chromeos/file_system_provider/fake_provided_file_system.h |
+++ b/chrome/browser/chromeos/file_system_provider/fake_provided_file_system.h |
@@ -58,6 +58,11 @@ class FakeProvidedFileSystem : public ProvidedFileSystemInterface { |
int64 offset, |
int length, |
const ReadChunkReceivedCallback& callback) OVERRIDE; |
+ virtual void CreateDirectory( |
+ const base::FilePath& directory_path, |
+ bool exclusive, |
+ bool recursive, |
+ const fileapi::AsyncFileUtil::StatusCallback& callback) OVERRIDE; |
virtual const ProvidedFileSystemInfo& GetFileSystemInfo() const OVERRIDE; |
virtual RequestManager* GetRequestManager() OVERRIDE; |
virtual base::WeakPtr<ProvidedFileSystemInterface> GetWeakPtr() OVERRIDE; |