Chromium Code Reviews

Unified Diff: webkit/glue/password_form_dom_manager.h

Issue 20378: Reduce the amount of included header files. Vast change like in "Oh God! This... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webkit/glue/password_form_dom_manager.h
===================================================================
--- webkit/glue/password_form_dom_manager.h (revision 9942)
+++ webkit/glue/password_form_dom_manager.h (working copy)
@@ -8,9 +8,6 @@
#include "webkit/glue/form_data.h"
#include "webkit/glue/password_form.h"
-#include <map>
-#include <vector>
-
namespace WebCore {
class HTMLFormElement;
class HTMLInputElement;

Powered by Google App Engine