| 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 40be4f978089a963d3606f95bfd76aa0f31b2af8..7b25541054a1f375c116dac2376aaa6c72513d03 100644
|
| --- a/chrome/browser/chromeos/drive/file_system.h
|
| +++ b/chrome/browser/chromeos/drive/file_system.h
|
| @@ -242,7 +242,8 @@ class FileSystem : public FileSystemInterface,
|
| // Part of OnDriveSyncError().
|
| virtual void OnDriveSyncErrorAfterGetFilePath(
|
| file_system::DriveSyncErrorType type,
|
| - const base::FilePath& fiepath);
|
| + const base::FilePath* file_path,
|
| + FileError error);
|
|
|
| // Used to get Drive related preferences.
|
| PrefService* pref_service_;
|
|
|