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

Unified Diff: chrome/browser/chromeos/drive/sync/entry_revert_performer.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/sync/entry_revert_performer.cc
diff --git a/chrome/browser/chromeos/drive/sync/entry_revert_performer.cc b/chrome/browser/chromeos/drive/sync/entry_revert_performer.cc
index a0f9b77a920ed616f9d23e6306480ac3b6154c5d..0d8146e2571a5fe54696d0911d11841ffa514081 100644
--- a/chrome/browser/chromeos/drive/sync/entry_revert_performer.cc
+++ b/chrome/browser/chromeos/drive/sync/entry_revert_performer.cc
@@ -23,7 +23,7 @@ namespace {
FileError FinishRevert(ResourceMetadata* metadata,
const std::string& local_id,
- google_apis::GDataErrorCode status,
+ google_apis::DriveApiErrorCode status,
scoped_ptr<google_apis::FileResource> file_resource,
FileChange* changed_files) {
ResourceEntry entry;
@@ -144,7 +144,7 @@ void EntryRevertPerformer::RevertEntryAfterPrepare(
void EntryRevertPerformer::RevertEntryAfterGetFileResource(
const FileOperationCallback& callback,
const std::string& local_id,
- google_apis::GDataErrorCode status,
+ google_apis::DriveApiErrorCode status,
scoped_ptr<google_apis::FileResource> entry) {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
DCHECK(!callback.is_null());

Powered by Google App Engine
This is Rietveld 408576698