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

Unified Diff: webkit/glue/password_autocomplete_listener.h

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/localized_strings.cc ('k') | webkit/glue/password_autocomplete_listener.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/password_autocomplete_listener.h
===================================================================
--- webkit/glue/password_autocomplete_listener.h (revision 20904)
+++ webkit/glue/password_autocomplete_listener.h (working copy)
@@ -8,18 +8,14 @@
#ifndef WEBKIT_GLUE_PASSWORD_AUTOCOMPLETE_LISTENER_H_
#define WEBKIT_GLUE_PASSWORD_AUTOCOMPLETE_LISTENER_H_
-#include "config.h"
-
-#include "base/compiler_specific.h"
-
-MSVC_PUSH_WARNING_LEVEL(0);
-#include "HTMLInputElement.h"
-MSVC_POP_WARNING();
-
#include "base/basictypes.h"
#include "base/scoped_ptr.h"
#include "webkit/glue/password_form_dom_manager.h"
+namespace WebCore {
+class HTMLInputElement;
+}
+
namespace webkit_glue {
// A proxy interface to a WebCore::HTMLInputElement for inline autocomplete.
« no previous file with comments | « webkit/glue/localized_strings.cc ('k') | webkit/glue/password_autocomplete_listener.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698