| Index: chrome/browser/chromeos/gdata/file_write_helper.h
|
| diff --git a/chrome/browser/chromeos/gdata/file_write_helper.h b/chrome/browser/chromeos/gdata/file_write_helper.h
|
| index c405bf1093401a97cad41fd6ffd63c45cf506a50..c5dca70cb2500357636cd7c79a5fd98862d115ee 100644
|
| --- a/chrome/browser/chromeos/gdata/file_write_helper.h
|
| +++ b/chrome/browser/chromeos/gdata/file_write_helper.h
|
| @@ -36,11 +36,11 @@ class FileWriteHelper {
|
| void PrepareWritableFileAndRunAfterCreateFile(
|
| const FilePath& file_path,
|
| const OpenFileCallback& callback,
|
| - GDataFileError result);
|
| + DriveFileError result);
|
| void PrepareWritableFileAndRunAfterOpenFile(
|
| const FilePath& file_path,
|
| const OpenFileCallback& callback,
|
| - GDataFileError result,
|
| + DriveFileError result,
|
| const FilePath& local_cache_path);
|
| void PrepareWritableFileAndRunAfterCallback(const FilePath& file_path);
|
|
|
|
|