Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(283)

Unified Diff: chrome/browser/chromeos/drive/file_system/download_operation.cc

Issue 881403003: Rename gdata_errorcode.h to drive_api_error_codes.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typos in BUILD.gn Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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));

Powered by Google App Engine
This is Rietveld 408576698