summaryrefslogtreecommitdiffstats
path: root/webkit/api/public/WebSearchableFormData.h
diff options
context:
space:
mode:
authoryaar@chromium.org <yaar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-07 01:30:48 +0000
committeryaar@chromium.org <yaar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-07 01:30:48 +0000
commit979c28b833acd88f976e53b156c9ada2f35e9abf (patch)
treee3a0430d7204f6a34c0a93246bad294bb5a852b4 /webkit/api/public/WebSearchableFormData.h
parent13bc0d82bd5c294a7e67a8ab61e07dc01c170a27 (diff)
downloadchromium_src-979c28b833acd88f976e53b156c9ada2f35e9abf.zip
chromium_src-979c28b833acd88f976e53b156c9ada2f35e9abf.tar.gz
chromium_src-979c28b833acd88f976e53b156c9ada2f35e9abf.tar.bz2
Move PasswordAutocompleteListener into the WebKit API (AGAIN)
Copy of: http://codereview.chromium.org/360013/show Head to create as new patch due to messy merge. Review URL: http://codereview.chromium.org/376017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31350 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/api/public/WebSearchableFormData.h')
-rw-r--r--webkit/api/public/WebSearchableFormData.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/api/public/WebSearchableFormData.h b/webkit/api/public/WebSearchableFormData.h
index d8f3a23..e453387 100644
--- a/webkit/api/public/WebSearchableFormData.h
+++ b/webkit/api/public/WebSearchableFormData.h
@@ -35,7 +35,7 @@
#include "WebURL.h"
namespace WebKit {
-class WebForm;
+class WebFormElement;
// SearchableFormData encapsulates a URL and encoding of an INPUT field that
// corresponds to a searchable form request.
@@ -43,7 +43,7 @@ class WebSearchableFormData {
public:
// If the provided form is suitable for automated searching, isValid()
// will return false.
- WebSearchableFormData(const WebForm&);
+ WebSearchableFormData(const WebFormElement&);
bool isValid() { return m_url.isValid(); }