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

Unified Diff: Source/modules/fetch/FetchBlobDataConsumerHandleTest.cpp

Issue 1311923004: Rename FormData/FormDataBuilder to EncodedFormData/FormDataEncoder respectively. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update comments Created 5 years, 3 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: Source/modules/fetch/FetchBlobDataConsumerHandleTest.cpp
diff --git a/Source/modules/fetch/FetchBlobDataConsumerHandleTest.cpp b/Source/modules/fetch/FetchBlobDataConsumerHandleTest.cpp
index 90da3077e4764bf367e1aef6092db91aef3046cf..0ea62fd3c547f4ba02369db229cc8ac99569a0f5 100644
--- a/Source/modules/fetch/FetchBlobDataConsumerHandleTest.cpp
+++ b/Source/modules/fetch/FetchBlobDataConsumerHandleTest.cpp
@@ -365,7 +365,7 @@ TEST_F(FetchBlobDataConsumerHandleTest, DrainAsFormData)
OwnPtr<FetchDataConsumerHandle> handle
= FetchBlobDataConsumerHandle::create(&document(), blobDataHandle, factory);
- RefPtr<FormData> formData = handle->obtainReader(nullptr)->drainAsFormData();
+ RefPtr<EncodedFormData> formData = handle->obtainReader(nullptr)->drainAsFormData();
ASSERT_TRUE(formData);
EXPECT_TRUE(formData->isSafeToSendToAnotherThread());
ASSERT_EQ(1u, formData->elements().size());
« no previous file with comments | « Source/modules/fetch/FetchBlobDataConsumerHandle.cpp ('k') | Source/modules/fetch/FetchDataConsumerHandle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698