| Index: chrome/browser/chromeos/drive/file_system.h
|
| diff --git a/chrome/browser/chromeos/drive/file_system.h b/chrome/browser/chromeos/drive/file_system.h
|
| index 61fa643daea5f584f91f8d4180988963be7332d1..062afe9f73de339e5d8e8fac6682759b71f04029 100644
|
| --- a/chrome/browser/chromeos/drive/file_system.h
|
| +++ b/chrome/browser/chromeos/drive/file_system.h
|
| @@ -127,7 +127,7 @@ class FileSystem : 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,
|
|
|