summaryrefslogtreecommitdiffstats
path: root/webkit/glue/dom_operations.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/dom_operations.cc')
-rw-r--r--webkit/glue/dom_operations.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/glue/dom_operations.cc b/webkit/glue/dom_operations.cc
index 1537e5c..f859ce4 100644
--- a/webkit/glue/dom_operations.cc
+++ b/webkit/glue/dom_operations.cc
@@ -37,7 +37,7 @@ MSVC_POP_WARNING();
#include "webkit/glue/dom_operations_private.h"
#include "webkit/glue/form_data.h"
#include "webkit/glue/glue_util.h"
-#include "webkit/glue/password_autocomplete_listener.h"
+#include "webkit/glue/password_autocomplete_listener_impl.h"
#include "webkit/glue/webframe_impl.h"
#include "webkit/glue/webview_impl.h"
@@ -351,7 +351,7 @@ void FillPasswordForm(WebView* view,
WebFrameImpl* webframe_impl = frame_loader_client->webframe();
webframe_impl->RegisterPasswordListener(
username_element,
- new PasswordAutocompleteListener(
+ new PasswordAutocompleteListenerImpl(
new HTMLInputDelegate(username_element),
new HTMLInputDelegate(password_element),
data));