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

Unified Diff: google_apis/drive/drive_api_url_generator_unittest.cc

Issue 1081313002: Drive: Add response handling to BatchUploadRequst class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile error on windows. Created 5 years, 8 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
« no previous file with comments | « google_apis/drive/drive_api_requests_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/drive/drive_api_url_generator_unittest.cc
diff --git a/google_apis/drive/drive_api_url_generator_unittest.cc b/google_apis/drive/drive_api_url_generator_unittest.cc
index 92e128edf47fa2f76719aaeed5810fd5dbe1d5ff..18290b1da37853367cab5d6449bda40f724e19ec 100644
--- a/google_apis/drive/drive_api_url_generator_unittest.cc
+++ b/google_apis/drive/drive_api_url_generator_unittest.cc
@@ -364,9 +364,8 @@ TEST_F(DriveApiUrlGeneratorTest, GenerateThumbnailUrl) {
}
TEST_F(DriveApiUrlGeneratorTest, BatchUploadUrl) {
- EXPECT_EQ(
- "https://www.example.com/upload/drive",
- url_generator_.GetBatchUploadUrl().spec());
+ EXPECT_EQ("https://www.example.com/upload/drive",
+ url_generator_.GetBatchUploadUrl().spec());
}
} // namespace google_apis
« no previous file with comments | « google_apis/drive/drive_api_requests_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698