| 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..51bdba298964e4c02901a2582c0f5c904466e58e 100644
|
| --- a/content/browser/renderer_host/test_render_view_host.cc
|
| +++ b/content/browser/renderer_host/test_render_view_host.cc
|
| @@ -14,14 +14,14 @@
|
| #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;
|
| +using content::PasswordForm;
|
|
|
| namespace content {
|
|
|
|
|