Index: google_apis/drive/test_util.cc |
diff --git a/google_apis/drive/test_util.cc b/google_apis/drive/test_util.cc |
index 2e622e9a04488fae548f272dac4d693bb2560982..ea193c449bc6d7af48b86246b183f506722e1d8b 100644 |
--- a/google_apis/drive/test_util.cc |
+++ b/google_apis/drive/test_util.cc |
@@ -172,7 +172,7 @@ std::string TestGetContentCallback::GetConcatenatedData() const { |
return result; |
} |
-void TestGetContentCallback::OnGetContent(google_apis::GDataErrorCode error, |
+void TestGetContentCallback::OnGetContent(google_apis::DriveApiErrorCode error, |
scoped_ptr<std::string> data) { |
data_.push_back(data.release()); |
} |