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

Unified Diff: chrome/browser/ui/ash/launcher/browser_status_monitor.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/ui/ash/launcher/browser_status_monitor.cc
diff --git a/chrome/browser/ui/ash/launcher/browser_status_monitor.cc b/chrome/browser/ui/ash/launcher/browser_status_monitor.cc
index 34d06eaefaaf73276a6b62664cb11b5921205598..022d24d922d3c3222aabf8fe7b927b63f43fadcf 100644
--- a/chrome/browser/ui/ash/launcher/browser_status_monitor.cc
+++ b/chrome/browser/ui/ash/launcher/browser_status_monitor.cc
@@ -122,8 +122,8 @@ BrowserStatusMonitor::~BrowserStatusMonitor() {
browser_tab_strip_tracker_.StopObservingAndSendOnBrowserRemoved();
- STLDeleteContainerPairSecondPointers(webcontents_to_observer_map_.begin(),
- webcontents_to_observer_map_.end());
+ base::STLDeleteContainerPairSecondPointers(
+ webcontents_to_observer_map_.begin(), webcontents_to_observer_map_.end());
}
void BrowserStatusMonitor::UpdateAppItemState(

Powered by Google App Engine
This is Rietveld 408576698