| Index: chrome/browser/chromeos/drive/fake_file_system.h
|
| diff --git a/chrome/browser/chromeos/drive/fake_file_system.h b/chrome/browser/chromeos/drive/fake_file_system.h
|
| index 501cf14a69cd649c96e636a2bdce2be3a77d0087..c1320ad2a32ca74129a5af159cb89d88ff972df0 100644
|
| --- a/chrome/browser/chromeos/drive/fake_file_system.h
|
| +++ b/chrome/browser/chromeos/drive/fake_file_system.h
|
| @@ -62,8 +62,6 @@ class FakeFileSystem : public FileSystemInterface {
|
| virtual void OpenFile(const base::FilePath& file_path,
|
| OpenMode open_mode,
|
| const OpenFileCallback& callback) OVERRIDE;
|
| - virtual void CloseFile(const base::FilePath& file_path,
|
| - const FileOperationCallback& callback) OVERRIDE;
|
| virtual void Copy(const base::FilePath& src_file_path,
|
| const base::FilePath& dest_file_path,
|
| const FileOperationCallback& callback) OVERRIDE;
|
| @@ -117,7 +115,7 @@ class FakeFileSystem : public FileSystemInterface {
|
| const GetFilesystemMetadataCallback& callback) OVERRIDE;
|
| virtual void MarkCacheFileAsMounted(
|
| const base::FilePath& drive_file_path,
|
| - const OpenFileCallback& callback) OVERRIDE;
|
| + const MarkMountedCallback& callback) OVERRIDE;
|
| virtual void MarkCacheFileAsUnmounted(
|
| const base::FilePath& cache_file_path,
|
| const FileOperationCallback& callback) OVERRIDE;
|
|
|