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

Unified Diff: chrome/browser/sync_file_system/drive_backend/uninstall_app_task.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/sync_file_system/drive_backend/uninstall_app_task.cc
diff --git a/chrome/browser/sync_file_system/drive_backend/uninstall_app_task.cc b/chrome/browser/sync_file_system/drive_backend/uninstall_app_task.cc
index 901f313afaecfed094e06b035aaefe9b22d9be74..179cc94461ec9b2301f35686f24797296930c864 100644
--- a/chrome/browser/sync_file_system/drive_backend/uninstall_app_task.cc
+++ b/chrome/browser/sync_file_system/drive_backend/uninstall_app_task.cc
@@ -76,8 +76,8 @@ void UninstallAppTask::RunExclusive(const SyncStatusCallback& callback) {
void UninstallAppTask::DidDeleteAppRoot(const SyncStatusCallback& callback,
int64 change_id,
- google_apis::GDataErrorCode error) {
- SyncStatusCode status = GDataErrorCodeToSyncStatusCode(error);
+ google_apis::DriveApiErrorCode error) {
+ SyncStatusCode status = DriveApiErrorCodeToSyncStatusCode(error);
if (status != SYNC_STATUS_OK &&
error != google_apis::HTTP_NOT_FOUND) {
callback.Run(SYNC_STATUS_FAILED);

Powered by Google App Engine
This is Rietveld 408576698