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", |