| Index: chrome/browser/background/background_application_list_model.cc
|
| diff --git a/chrome/browser/background/background_application_list_model.cc b/chrome/browser/background/background_application_list_model.cc
|
| index 60cd674584768e4cd1b1ef7c5e46967d244959fc..bb2a50c44a97023b1bd5b7a99cc393f4cd9ee792 100644
|
| --- a/chrome/browser/background/background_application_list_model.cc
|
| +++ b/chrome/browser/background/background_application_list_model.cc
|
| @@ -147,8 +147,8 @@ void BackgroundApplicationListModel::Application::RequestIcon(
|
| }
|
|
|
| BackgroundApplicationListModel::~BackgroundApplicationListModel() {
|
| - STLDeleteContainerPairSecondPointers(applications_.begin(),
|
| - applications_.end());
|
| + base::STLDeleteContainerPairSecondPointers(applications_.begin(),
|
| + applications_.end());
|
| }
|
|
|
| BackgroundApplicationListModel::BackgroundApplicationListModel(Profile* profile)
|
|
|