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

Unified Diff: chrome/browser/google_apis/gdata_wapi_operations_unittest.cc

Issue 16424004: google_apis: Rename base_operations.h/cc to base_requests.h/cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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: chrome/browser/google_apis/gdata_wapi_operations_unittest.cc
diff --git a/chrome/browser/google_apis/gdata_wapi_operations_unittest.cc b/chrome/browser/google_apis/gdata_wapi_operations_unittest.cc
index ec0df460aed7f4109385201d15c31ae42514ccb9..bdc8506a2b8df8dfa3e3b0f478dd2ff9e18457fa 100644
--- a/chrome/browser/google_apis/gdata_wapi_operations_unittest.cc
+++ b/chrome/browser/google_apis/gdata_wapi_operations_unittest.cc
@@ -68,7 +68,7 @@ class GDataWapiOperationsTest : public testing::Test {
ASSERT_TRUE(test_server_.InitializeAndWaitUntilReady());
test_server_.RegisterRequestHandler(
- base::Bind(&test_util::HandleDownloadRequest,
+ base::Bind(&test_util::HandleDownloadFileRequest,
test_server_.base_url(),
base::Unretained(&http_request_)));
test_server_.RegisterRequestHandler(
@@ -1057,7 +1057,7 @@ TEST_F(GDataWapiOperationsTest, UploadNewLargeFile) {
#if !defined(NO_GET_UPLOAD_STATUS_TEST)
// 2) Before sending any data, check the current status.
// This is an edge case test for GetUploadStatusOperation
- // (UploadRangeOperationBase).
+ // (UploadRangeRequestBase).
{
UploadRangeResponse response;
scoped_ptr<ResourceEntry> new_entry;
« no previous file with comments | « chrome/browser/google_apis/gdata_wapi_operations.cc ('k') | chrome/browser/google_apis/gdata_wapi_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698