| Index: components/password_manager/core/browser/password_store_unittest.cc
|
| diff --git a/components/password_manager/core/browser/password_store_unittest.cc b/components/password_manager/core/browser/password_store_unittest.cc
|
| index 7823ba6d70bb2bfb675fed605d4b7c7be9f5893b..c268251439e8000e4f6d070eb5f36f400fd89ce8 100644
|
| --- a/components/password_manager/core/browser/password_store_unittest.cc
|
| +++ b/components/password_manager/core/browser/password_store_unittest.cc
|
| @@ -98,7 +98,7 @@ class PasswordStoreTest : public testing::Test {
|
| };
|
|
|
| ACTION(STLDeleteElements0) {
|
| - STLDeleteContainerPointers(arg0.begin(), arg0.end());
|
| + base::STLDeleteContainerPointers(arg0.begin(), arg0.end());
|
| }
|
|
|
| TEST_F(PasswordStoreTest, IgnoreOldWwwGoogleLogins) {
|
|
|