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

Unified Diff: chrome/browser/chromeos/drive/file_system/copy_operation_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_system/copy_operation_unittest.cc
diff --git a/chrome/browser/chromeos/drive/file_system/copy_operation_unittest.cc b/chrome/browser/chromeos/drive/file_system/copy_operation_unittest.cc
index 3a31aee87412c7e2714006bd490f19b8c060d50c..5a04cb035cbd3471965e53abe5c76c8570f9c218 100644
--- a/chrome/browser/chromeos/drive/file_system/copy_operation_unittest.cc
+++ b/chrome/browser/chromeos/drive/file_system/copy_operation_unittest.cc
@@ -186,7 +186,7 @@ TEST_F(CopyOperationTest, TransferFileFromLocalToRemote_NewHostedDocument) {
"drive/root/Directory 1/moved.gdoc"));
// Create a hosted document on the server that is not synced to local yet.
- google_apis::GDataErrorCode gdata_error = google_apis::GDATA_OTHER_ERROR;
+ google_apis::DriveApiErrorCode gdata_error = google_apis::DRIVE_OTHER_ERROR;
scoped_ptr<google_apis::FileResource> new_gdoc_entry;
fake_service()->AddNewFile(
"application/vnd.google-apps.document", "", "", "title", true,
@@ -482,7 +482,7 @@ TEST_F(CopyOperationTest, WaitForSyncComplete) {
ASSERT_FALSE(pending_callback.is_null());
// Add a new directory to the server and store the resource ID locally.
- google_apis::GDataErrorCode status = google_apis::GDATA_OTHER_ERROR;
+ google_apis::DriveApiErrorCode status = google_apis::DRIVE_OTHER_ERROR;
scoped_ptr<google_apis::FileResource> file_resource;
fake_service()->AddNewDirectory(
directory_parent.resource_id(),

Powered by Google App Engine
This is Rietveld 408576698