Chromium Code Reviews| Index: content/public/renderer/document_state.cc |
| diff --git a/content/public/renderer/document_state.cc b/content/public/renderer/document_state.cc |
| index af7bc05fdb9bae9c7d5534f2d359394667c7054e..9da3795e0b1c4b8189a5d86d3efc132ee53d2cfc 100644 |
| --- a/content/public/renderer/document_state.cc |
| +++ b/content/public/renderer/document_state.cc |
| @@ -4,8 +4,8 @@ |
| #include "content/public/renderer/document_state.h" |
| +#include "content/public/common/password_form.h" |
| #include "content/public/renderer/navigation_state.h" |
| -#include "webkit/forms/password_form.h" |
| #include "webkit/glue/alt_error_page_resource_fetcher.h" |
| namespace content { |
| @@ -33,7 +33,7 @@ DocumentState::DocumentState() |
| DocumentState::~DocumentState() {} |
| void DocumentState::set_password_form_data( |
| - scoped_ptr<webkit::forms::PasswordForm> data) { |
| + scoped_ptr<content::PasswordForm> data) { |
|
jam
2012/10/03 16:43:49
ditto
blundell
2012/10/03 21:17:55
Done.
|
| password_form_data_.reset(data.release()); |
| } |