| Index: chrome/browser/chromeos/drive/file_system/download_operation.cc
|
| diff --git a/chrome/browser/chromeos/drive/file_system/download_operation.cc b/chrome/browser/chromeos/drive/file_system/download_operation.cc
|
| index cb572a7af99bee655e6134960a558e2c983d7b4b..8c0f165f376d7e445cbea60465ec3922daed642d 100644
|
| --- a/chrome/browser/chromeos/drive/file_system/download_operation.cc
|
| +++ b/chrome/browser/chromeos/drive/file_system/download_operation.cc
|
| @@ -18,7 +18,7 @@
|
| #include "chrome/browser/chromeos/drive/job_scheduler.h"
|
| #include "chrome/browser/chromeos/drive/resource_metadata.h"
|
| #include "content/public/browser/browser_thread.h"
|
| -#include "google_apis/drive/gdata_errorcode.h"
|
| +#include "google_apis/drive/drive_api_error_codes.h"
|
|
|
| using content::BrowserThread;
|
|
|
| @@ -215,7 +215,7 @@ FileError UpdateLocalStateForDownloadFile(
|
| internal::ResourceMetadata* metadata,
|
| internal::FileCache* cache,
|
| const ResourceEntry& entry_before_download,
|
| - google_apis::GDataErrorCode gdata_error,
|
| + google_apis::DriveApiErrorCode gdata_error,
|
| const base::FilePath& downloaded_file_path,
|
| ResourceEntry* entry_after_update,
|
| base::FilePath* cache_file_path) {
|
| @@ -487,7 +487,7 @@ void DownloadOperation::EnsureFileDownloadedAfterCheckPreCondition(
|
| void DownloadOperation::EnsureFileDownloadedAfterDownloadFile(
|
| const base::FilePath& drive_file_path,
|
| scoped_ptr<DownloadParams> params,
|
| - google_apis::GDataErrorCode gdata_error,
|
| + google_apis::DriveApiErrorCode gdata_error,
|
| const base::FilePath& downloaded_file_path) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
|
|
|
|