| 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));
|
|
|