summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/drive/fake_file_system.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/drive/fake_file_system.h')
-rw-r--r--chrome/browser/chromeos/drive/fake_file_system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/drive/fake_file_system.h b/chrome/browser/chromeos/drive/fake_file_system.h
index da005db..6b20d34 100644
--- a/chrome/browser/chromeos/drive/fake_file_system.h
+++ b/chrome/browser/chromeos/drive/fake_file_system.h
@@ -91,6 +91,8 @@ class FakeFileSystem : public FileSystemInterface {
const FileOperationCallback& callback) OVERRIDE;
virtual void GetFileByPath(const base::FilePath& file_path,
const GetFileCallback& callback) OVERRIDE;
+ virtual void GetFileByPathForSaving(const base::FilePath& file_path,
+ const GetFileCallback& callback) OVERRIDE;
virtual void GetFileContentByPath(
const base::FilePath& file_path,
const GetFileContentInitializedCallback& initialized_callback,