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

Unified Diff: chrome/browser/sync_file_system/drive_backend/drive_backend_util.h

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/drive_backend_util.h
diff --git a/chrome/browser/sync_file_system/drive_backend/drive_backend_util.h b/chrome/browser/sync_file_system/drive_backend/drive_backend_util.h
index 786b14b8301363ab2543f2723e921daa2252b102..4de3d6566505c23674f66823d1d1dc9c33eef75f 100644
--- a/chrome/browser/sync_file_system/drive_backend/drive_backend_util.h
+++ b/chrome/browser/sync_file_system/drive_backend/drive_backend_util.h
@@ -13,7 +13,7 @@
#include "base/memory/scoped_vector.h"
#include "chrome/browser/sync_file_system/drive_backend/metadata_database.pb.h"
#include "chrome/browser/sync_file_system/sync_status_code.h"
-#include "google_apis/drive/gdata_errorcode.h"
+#include "google_apis/drive/drive_api_error_codes.h"
#include "storage/browser/blob/scoped_file.h"
namespace google_apis {
@@ -43,8 +43,8 @@ bool IsAppRoot(const FileTracker& tracker);
std::string GetTrackerTitle(const FileTracker& tracker);
-SyncStatusCode GDataErrorCodeToSyncStatusCode(
- google_apis::GDataErrorCode error);
+SyncStatusCode DriveApiErrorCodeToSyncStatusCode(
+ google_apis::DriveApiErrorCode error);
// Returns true if |str| starts with |prefix|, and removes |prefix| from |str|.
// If |out| is not NULL, the result is stored in it.

Powered by Google App Engine
This is Rietveld 408576698