| Index: chrome/browser/notifications/message_center_settings_controller_unittest.cc
|
| diff --git a/chrome/browser/notifications/message_center_settings_controller_unittest.cc b/chrome/browser/notifications/message_center_settings_controller_unittest.cc
|
| index ea477224e3a5c23c71e663267456172ed4158d39..e3b05edefd4d845549e754245db267db5882e4fd 100644
|
| --- a/chrome/browser/notifications/message_center_settings_controller_unittest.cc
|
| +++ b/chrome/browser/notifications/message_center_settings_controller_unittest.cc
|
| @@ -293,7 +293,7 @@ TEST_F(MessageCenterSettingsControllerTest, NotifierSortOrder) {
|
| EXPECT_EQ(kBarId, notifiers[0]->notifier_id.id);
|
| EXPECT_EQ(kFooId, notifiers[1]->notifier_id.id);
|
|
|
| - STLDeleteElements(¬ifiers);
|
| + base::STLDeleteElements(¬ifiers);
|
| }
|
|
|
| TEST_F(MessageCenterSettingsControllerTest, SetWebPageNotifierEnabled) {
|
|
|