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

Unified Diff: chrome/browser/chromeos/drive/sync/entry_revert_performer_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/sync/entry_revert_performer_unittest.cc
diff --git a/chrome/browser/chromeos/drive/sync/entry_revert_performer_unittest.cc b/chrome/browser/chromeos/drive/sync/entry_revert_performer_unittest.cc
index 56bffb15a1e5758bf66822b530f395d24b62ae6d..52a35967455c75b117908c94d884ac91fed20f73 100644
--- a/chrome/browser/chromeos/drive/sync/entry_revert_performer_unittest.cc
+++ b/chrome/browser/chromeos/drive/sync/entry_revert_performer_unittest.cc
@@ -123,7 +123,7 @@ TEST_F(EntryRevertPerformerTest, RevertEntry_TrashedOnServer) {
EXPECT_EQ(FILE_ERROR_OK, GetLocalResourceEntry(path, &entry));
// Trash the entry on the server.
- google_apis::GDataErrorCode gdata_error = google_apis::GDATA_OTHER_ERROR;
+ google_apis::DriveApiErrorCode gdata_error = google_apis::DRIVE_OTHER_ERROR;
fake_service()->TrashResource(
entry.resource_id(),
google_apis::test_util::CreateCopyResultCallback(&gdata_error));

Powered by Google App Engine
This is Rietveld 408576698