| 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 19e3652395589f5e355dc43cc384f50337ce46fb..bbae5ee0a0fcf770682c55b5c2d78fbb31df1049 100644
|
| --- a/chrome/browser/password_manager/password_store_x_unittest.cc
|
| +++ b/chrome/browser/password_manager/password_store_x_unittest.cc
|
| @@ -399,7 +399,7 @@ class PasswordStoreXTest : public testing::TestWithParam<BackendType> {
|
| };
|
|
|
| ACTION(STLDeleteElements0) {
|
| - STLDeleteContainerPointers(arg0.begin(), arg0.end());
|
| + base::STLDeleteContainerPointers(arg0.begin(), arg0.end());
|
| }
|
|
|
| TEST_P(PasswordStoreXTest, Notifications) {
|
|
|