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

Unified Diff: public/platform/WebHTTPBody.h

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
« no previous file with comments | « Source/web/WebSearchableFormData.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebHTTPBody.h
diff --git a/public/platform/WebHTTPBody.h b/public/platform/WebHTTPBody.h
index 62ec4195eebf02abcbdd10d32a15809951f10888..e604707a0a9816a57577a6cf2c9a3b4c1d407749 100644
--- a/public/platform/WebHTTPBody.h
+++ b/public/platform/WebHTTPBody.h
@@ -43,7 +43,7 @@ namespace WTF { template <typename T> class PassRefPtr; }
namespace blink {
-class FormData;
+class EncodedFormData;
class WebHTTPBodyPrivate;
class WebHTTPBody {
@@ -101,9 +101,9 @@ public:
BLINK_PLATFORM_EXPORT void setContainsPasswordData(bool);
#if INSIDE_BLINK
- BLINK_PLATFORM_EXPORT WebHTTPBody(const WTF::PassRefPtr<FormData>&);
- BLINK_PLATFORM_EXPORT WebHTTPBody& operator=(const WTF::PassRefPtr<FormData>&);
- BLINK_PLATFORM_EXPORT operator WTF::PassRefPtr<FormData>() const;
+ BLINK_PLATFORM_EXPORT WebHTTPBody(const WTF::PassRefPtr<EncodedFormData>&);
+ BLINK_PLATFORM_EXPORT WebHTTPBody& operator=(const WTF::PassRefPtr<EncodedFormData>&);
+ BLINK_PLATFORM_EXPORT operator WTF::PassRefPtr<EncodedFormData>() const;
#endif
private:
« no previous file with comments | « Source/web/WebSearchableFormData.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698