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

Unified Diff: google_apis/drive/test_util.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: 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());
}

Powered by Google App Engine
This is Rietveld 408576698