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 66208a14fad02292079e30ae6c303bbd8bd3c20b..d88ac506742bb0a43d1343d1912a3716bea84424 100644 |
--- a/chrome/browser/password_manager/native_backend_kwallet_x.cc |
+++ b/chrome/browser/password_manager/native_backend_kwallet_x.cc |
@@ -22,7 +22,7 @@ |
#include "ui/base/l10n/l10n_util.h" |
using content::BrowserThread; |
-using webkit::forms::PasswordForm; |
+using content::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. |