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

Unified Diff: Source/core/html/parser/XSSAuditorDelegate.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/core/html/parser/XSSAuditor.cpp ('k') | Source/core/html/parser/XSSAuditorDelegate.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/parser/XSSAuditorDelegate.h
diff --git a/Source/core/html/parser/XSSAuditorDelegate.h b/Source/core/html/parser/XSSAuditorDelegate.h
index be93b25a83a472eaf593b546469a33575cfb13d4..301291bdceae457240979c6f5088954dcae604b7 100644
--- a/Source/core/html/parser/XSSAuditorDelegate.h
+++ b/Source/core/html/parser/XSSAuditorDelegate.h
@@ -37,7 +37,7 @@
namespace blink {
class Document;
-class FormData;
+class EncodedFormData;
class XSSInfo {
WTF_MAKE_FAST_ALLOCATED(XSSInfo);
@@ -77,7 +77,7 @@ public:
void setReportURL(const KURL& url) { m_reportURL = url; }
private:
- PassRefPtr<FormData> generateViolationReport(const XSSInfo&);
+ PassRefPtr<EncodedFormData> generateViolationReport(const XSSInfo&);
RawPtrWillBeMember<Document> m_document;
bool m_didSendNotifications;
« no previous file with comments | « Source/core/html/parser/XSSAuditor.cpp ('k') | Source/core/html/parser/XSSAuditorDelegate.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698