| Index: content/public/renderer/document_state.cc
|
| diff --git a/content/public/renderer/document_state.cc b/content/public/renderer/document_state.cc
|
| index a4c22b5969527de22c3e55c85dd85e025de2884f..e564b77a876020ed376ea0b48ce03ccac94f6661 100644
|
| --- a/content/public/renderer/document_state.cc
|
| +++ b/content/public/renderer/document_state.cc
|
| @@ -5,8 +5,8 @@
|
| #include "content/public/renderer/document_state.h"
|
|
|
| #include "content/public/renderer/navigation_state.h"
|
| +#include "webkit/forms/password_form.h"
|
| #include "webkit/glue/alt_error_page_resource_fetcher.h"
|
| -#include "webkit/glue/password_form.h"
|
|
|
| namespace content {
|
|
|
| @@ -28,7 +28,7 @@ DocumentState::DocumentState()
|
|
|
| DocumentState::~DocumentState() {}
|
|
|
| -void DocumentState::set_password_form_data(webkit_glue::PasswordForm* data) {
|
| +void DocumentState::set_password_form_data(webkit::forms::PasswordForm* data) {
|
| password_form_data_.reset(data);
|
| }
|
|
|
|
|