Index: content/browser/renderer_host/test_render_view_host.cc |
diff --git a/content/browser/renderer_host/test_render_view_host.cc b/content/browser/renderer_host/test_render_view_host.cc |
index 58796ea91836f090c5bf81a89d055ff37f4580f0..3e3292d7b0f26f505892731bc988abe8123b0471 100644 |
--- a/content/browser/renderer_host/test_render_view_host.cc |
+++ b/content/browser/renderer_host/test_render_view_host.cc |
@@ -14,15 +14,12 @@ |
#include "content/public/browser/navigation_controller.h" |
#include "content/public/browser/storage_partition.h" |
#include "content/public/common/content_client.h" |
+#include "content/public/common/password_form.h" |
#include "ui/gfx/rect.h" |
#include "webkit/dom_storage/dom_storage_types.h" |
-#include "webkit/forms/password_form.h" |
#include "webkit/glue/webkit_glue.h" |
#include "webkit/glue/webpreferences.h" |
-using content::NativeWebKeyboardEvent; |
-using webkit::forms::PasswordForm; |
- |
namespace content { |
namespace { |