Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(285)

Unified Diff: chrome/browser/background/background_application_list_model.cc

Issue 2230203002: chrome: Use stl utilities from the base namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed accidental components/ change Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
« no previous file with comments | « chrome/browser/apps/app_window_registry_util.cc ('k') | chrome/browser/background_sync/background_sync_controller_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698