| 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 1bf6df3ceed48acbeccc0dcc2055574cc8d5eb5a..507d952934ec0e77ae2186383b44d8d3e34e6d87 100644
|
| --- a/chrome/browser/password_manager/native_backend_kwallet_x.cc
|
| +++ b/chrome/browser/password_manager/native_backend_kwallet_x.cc
|
| @@ -19,6 +19,7 @@
|
| #include "grit/chromium_strings.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| +using content::BrowserThread;
|
| using webkit_glue::PasswordForm;
|
|
|
| // We could localize this string, but then changing your locale would cause
|
|
|