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

Unified Diff: webkit/glue/password_autocomplete_listener.cc

Issue 149760: Introduce WebLocalizedString and queryLocalizedString methods... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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 | « webkit/glue/password_autocomplete_listener.h ('k') | webkit/glue/webframe_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/password_autocomplete_listener.cc
===================================================================
--- webkit/glue/password_autocomplete_listener.cc (revision 20904)
+++ webkit/glue/password_autocomplete_listener.cc (working copy)
@@ -5,11 +5,15 @@
// This file provides the implementaiton of the password manager's autocomplete
// component.
-#include "webkit/glue/password_autocomplete_listener.h"
+#include "config.h"
+
+#include "HTMLInputElement.h"
#undef LOG
+
#include "base/logging.h"
#include "base/string_util.h"
#include "webkit/glue/glue_util.h"
+#include "webkit/glue/password_autocomplete_listener.h"
#include "webkit/glue/webframe_impl.h"
#include "webkit/glue/webview_impl.h"
« no previous file with comments | « webkit/glue/password_autocomplete_listener.h ('k') | webkit/glue/webframe_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698