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

Unified Diff: chrome/browser/app_controller_mac.mm

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
« no previous file with comments | « chrome/browser/android/thumbnail/thumbnail_cache.cc ('k') | chrome/browser/apps/app_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/app_controller_mac.mm
diff --git a/chrome/browser/app_controller_mac.mm b/chrome/browser/app_controller_mac.mm
index 0568b6a3317b1f86498f9374844af33793008973..3d6688823e23d0d1b68fc97402d9f439cfc9f3b6 100644
--- a/chrome/browser/app_controller_mac.mm
+++ b/chrome/browser/app_controller_mac.mm
@@ -531,8 +531,9 @@ class AppControllerProfileObserver : public ProfileAttributesStorage::Observer {
appShimMenuController_.reset();
- STLDeleteContainerPairSecondPointers(profileBookmarkMenuBridgeMap_.begin(),
- profileBookmarkMenuBridgeMap_.end());
+ base::STLDeleteContainerPairSecondPointers(
+ profileBookmarkMenuBridgeMap_.begin(),
+ profileBookmarkMenuBridgeMap_.end());
}
- (void)didEndMainMessageLoop {
« no previous file with comments | « chrome/browser/android/thumbnail/thumbnail_cache.cc ('k') | chrome/browser/apps/app_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698