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

Unified Diff: chrome/browser/apps/drive/drive_app_provider.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/apps/drive/drive_app_provider.cc
diff --git a/chrome/browser/apps/drive/drive_app_provider.cc b/chrome/browser/apps/drive/drive_app_provider.cc
index d866e626a4a307ac3cb9e479b0b2919adcf5b47d..15be11005cf990451876c2beb24f9fb608b5f540 100644
--- a/chrome/browser/apps/drive/drive_app_provider.cc
+++ b/chrome/browser/apps/drive/drive_app_provider.cc
@@ -30,7 +30,7 @@ using extensions::ExtensionRegistry;
namespace {
-void IgnoreUninstallResult(google_apis::GDataErrorCode) {
+void IgnoreUninstallResult(google_apis::DriveApiErrorCode) {
}
} // namespace
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/change_list_loader.h » ('j') | chrome/browser/drive/drive_api_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698