Index: chrome/browser/password_manager/password_store_x_unittest.cc |
diff --git a/chrome/browser/password_manager/password_store_x_unittest.cc b/chrome/browser/password_manager/password_store_x_unittest.cc |
index a8d718df0a65a2ff87ef8a58577fdfcbae6fc7ce..aae8733fe5322a60474b4dc21e82ca4d4b363d7a 100644 |
--- a/chrome/browser/password_manager/password_store_x_unittest.cc |
+++ b/chrome/browser/password_manager/password_store_x_unittest.cc |
@@ -32,6 +32,7 @@ |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |
+using autofill::PasswordForm; |
using content::BrowserThread; |
using testing::_; |
using testing::DoAll; |
@@ -39,7 +40,6 @@ using testing::ElementsAreArray; |
using testing::Pointee; |
using testing::Property; |
using testing::WithArg; |
-using content::PasswordForm; |
typedef std::vector<PasswordForm*> VectorOfForms; |