| Index: chrome/browser/password_manager/password_store_unittest.cc
|
| diff --git a/chrome/browser/password_manager/password_store_unittest.cc b/chrome/browser/password_manager/password_store_unittest.cc
|
| index 25d177e5718632c555db4ef55e35e94a477efe49..0face7aeefe7d242602c8564e1c350b7e7cf5da1 100644
|
| --- a/chrome/browser/password_manager/password_store_unittest.cc
|
| +++ b/chrome/browser/password_manager/password_store_unittest.cc
|
| @@ -21,12 +21,12 @@
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +using autofill::PasswordForm;
|
| using base::WaitableEvent;
|
| using content::BrowserThread;
|
| using testing::_;
|
| using testing::DoAll;
|
| using testing::WithArg;
|
| -using content::PasswordForm;
|
|
|
| namespace {
|
|
|
|
|