Index: chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc |
diff --git a/chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc b/chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc |
index c12e24e88c3066ed19859a254e635a03c138ef0c..f98da4877f7d1ab25e4ffc152759e118e045069a 100644 |
--- a/chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc |
+++ b/chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc |
@@ -402,7 +402,7 @@ class DriveBackendSyncTest : public testing::Test, |
// file content if the corresponding local file conflicts to it. |
void VerifyConsistency() { |
std::string sync_root_folder_id; |
- google_apis::GDataErrorCode error = |
+ google_apis::DriveApiErrorCode error = |
fake_drive_service_helper_->GetSyncRootFolderID(&sync_root_folder_id); |
if (sync_root_folder_id.empty()) { |
EXPECT_EQ(google_apis::HTTP_NOT_FOUND, error); |