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

Unified Diff: chrome/browser/drive/test_util.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/drive/test_util.cc
diff --git a/chrome/browser/drive/test_util.cc b/chrome/browser/drive/test_util.cc
index 2f15d5e0e36d84d120815f4c639b02a0dc5a223d..9b4d36d4ed983dd660f477559ae2eb032ab03172 100644
--- a/chrome/browser/drive/test_util.cc
+++ b/chrome/browser/drive/test_util.cc
@@ -11,15 +11,15 @@
#include "google_apis/drive/test_util.h"
using google_apis::FileResource;
-using google_apis::GDATA_OTHER_ERROR;
-using google_apis::GDataErrorCode;
+using google_apis::DRIVE_OTHER_ERROR;
mtomasz 2015/01/29 06:18:02 nit: ditto
+using google_apis::DriveApiErrorCode;
using google_apis::HTTP_CREATED;
namespace drive {
namespace test_util {
bool SetUpTestEntries(FakeDriveService* drive_service) {
- GDataErrorCode error = GDATA_OTHER_ERROR;
+ DriveApiErrorCode error = DRIVE_OTHER_ERROR;
scoped_ptr<FileResource> entry;
drive_service->AddNewFileWithResourceId(

Powered by Google App Engine
This is Rietveld 408576698