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

Unified Diff: Source/modules/credentialmanager/PasswordCredential.h

Issue 1325893005: Rename DOMFormData to FormData. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/modules/beacon/NavigatorBeacon.cpp ('k') | Source/modules/credentialmanager/PasswordCredential.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/credentialmanager/PasswordCredential.h
diff --git a/Source/modules/credentialmanager/PasswordCredential.h b/Source/modules/credentialmanager/PasswordCredential.h
index ad42a47b0e86fcaf1a05898607f38767f363a7af..bc5f878d89348feebe5245084e41f2d1ff1f2a85 100644
--- a/Source/modules/credentialmanager/PasswordCredential.h
+++ b/Source/modules/credentialmanager/PasswordCredential.h
@@ -13,7 +13,7 @@
namespace blink {
-class DOMFormData;
+class FormData;
class FormDataOptions;
class PasswordCredentialData;
class WebPasswordCredential;
@@ -25,7 +25,7 @@ public:
static PasswordCredential* create(WebPasswordCredential*);
// PasswordCredential.idl
- DOMFormData* toFormData(ScriptState*, const FormDataOptions&);
+ FormData* toFormData(ScriptState*, const FormDataOptions&);
DECLARE_VIRTUAL_TRACE();
« no previous file with comments | « Source/modules/beacon/NavigatorBeacon.cpp ('k') | Source/modules/credentialmanager/PasswordCredential.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698