| Index: chrome/browser/chromeos/drive/file_task_executor.cc
|
| diff --git a/chrome/browser/chromeos/drive/file_task_executor.cc b/chrome/browser/chromeos/drive/file_task_executor.cc
|
| index 0708acecc7d4fac162891f14d8094cbe005b2cca..b91fc3a90b07cea46835f5a6e7ce8397683cc2cf 100644
|
| --- a/chrome/browser/chromeos/drive/file_task_executor.cc
|
| +++ b/chrome/browser/chromeos/drive/file_task_executor.cc
|
| @@ -134,7 +134,7 @@ void FileTaskExecutor::OnFileEntryFetched(FileError error,
|
| }
|
|
|
| void FileTaskExecutor::OnAppAuthorized(const std::string& resource_id,
|
| - google_apis::GDataErrorCode error,
|
| + google_apis::DriveApiErrorCode error,
|
| const GURL& open_link) {
|
| DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
|
|
|
|
|