| Index: chrome/browser/password_manager/native_backend_kwallet_x.cc
|
| diff --git a/chrome/browser/password_manager/native_backend_kwallet_x.cc b/chrome/browser/password_manager/native_backend_kwallet_x.cc
|
| index 507d952934ec0e77ae2186383b44d8d3e34e6d87..016d0b502f1477a40360f9973ef0c9416af6bf0a 100644
|
| --- a/chrome/browser/password_manager/native_backend_kwallet_x.cc
|
| +++ b/chrome/browser/password_manager/native_backend_kwallet_x.cc
|
| @@ -20,7 +20,7 @@
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| using content::BrowserThread;
|
| -using webkit_glue::PasswordForm;
|
| +using webkit::forms::PasswordForm;
|
|
|
| // We could localize this string, but then changing your locale would cause
|
| // you to lose access to all your stored passwords. Maybe best not to do that.
|
|
|