| 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 a12f04650a67b886f980db189efdff3d789ad48d..5c4cffbb2de2a6469e8f70994dbe95b9e2bbeed9 100644
|
| --- a/chrome/browser/chromeos/drive/fake_file_system.h
|
| +++ b/chrome/browser/chromeos/drive/fake_file_system.h
|
| @@ -87,7 +87,7 @@ class FakeFileSystem : public FileSystemInterface {
|
| const GetFileCallback& callback) OVERRIDE;
|
| virtual void GetFileForSaving(const base::FilePath& file_path,
|
| const GetFileCallback& callback) OVERRIDE;
|
| - virtual void GetFileContent(
|
| + virtual base::Closure GetFileContent(
|
| const base::FilePath& file_path,
|
| const GetFileContentInitializedCallback& initialized_callback,
|
| const google_apis::GetContentCallback& get_content_callback,
|
|
|