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

Unified Diff: chrome/browser/chromeos/drive/file_task_executor_unittest.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/chromeos/drive/file_task_executor_unittest.cc
diff --git a/chrome/browser/chromeos/drive/file_task_executor_unittest.cc b/chrome/browser/chromeos/drive/file_task_executor_unittest.cc
index ad6bbc88d45fb0269874e6610ce8825494b6afe5..78a2c03bce8da4b97115be5aaf5e954f99d46105 100644
--- a/chrome/browser/chromeos/drive/file_task_executor_unittest.cc
+++ b/chrome/browser/chromeos/drive/file_task_executor_unittest.cc
@@ -47,7 +47,7 @@ class TestDelegate : public FileTaskExecutorDelegate {
// Sets up files on the fake Drive service.
bool SetUpTestFiles() {
{
- google_apis::GDataErrorCode result = google_apis::GDATA_OTHER_ERROR;
+ google_apis::DriveApiErrorCode result = google_apis::DRIVE_OTHER_ERROR;
scoped_ptr<google_apis::FileResource> file;
fake_drive_service_->AddNewFileWithResourceId(
"id1",
@@ -62,7 +62,7 @@ class TestDelegate : public FileTaskExecutorDelegate {
return false;
}
{
- google_apis::GDataErrorCode result = google_apis::GDATA_OTHER_ERROR;
+ google_apis::DriveApiErrorCode result = google_apis::DRIVE_OTHER_ERROR;
scoped_ptr<google_apis::FileResource> file;
fake_drive_service_->AddNewFileWithResourceId(
"id2",

Powered by Google App Engine
This is Rietveld 408576698