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

Unified Diff: chrome/browser/chromeos/drive/file_errors.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/chromeos/drive/file_errors.h
diff --git a/chrome/browser/chromeos/drive/file_errors.h b/chrome/browser/chromeos/drive/file_errors.h
index d06ff626ff5e13eca71fa09760835ced548c8b02..4fb5f60559eec6911678bb9fb4a5b53fb620f6ee 100644
--- a/chrome/browser/chromeos/drive/file_errors.h
+++ b/chrome/browser/chromeos/drive/file_errors.h
@@ -7,7 +7,7 @@
#include "base/callback_forward.h"
#include "base/files/file.h"
-#include "google_apis/drive/gdata_errorcode.h"
+#include "google_apis/drive/drive_api_error_codes.h"
namespace drive {
@@ -43,7 +43,7 @@ std::string FileErrorToString(FileError error);
base::File::Error FileErrorToBaseFileError(FileError error);
// Converts GData error code into Drive file error code.
-FileError GDataToFileError(google_apis::GDataErrorCode status);
+FileError GDataToFileError(google_apis::DriveApiErrorCode status);
} // namespace drive

Powered by Google App Engine
This is Rietveld 408576698