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

Unified Diff: chrome/browser/app_controller_mac.h

Issue 2318303002: Remove stl_util's STLDeleteContainerPairSecondPointers. (Closed)
Patch Set: fix Created 4 years, 3 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/app_controller_mac.h
diff --git a/chrome/browser/app_controller_mac.h b/chrome/browser/app_controller_mac.h
index 80d2f384478b96435a5f72533772a812f320c14a..3b0a1d9fb21ee4bbbcf92808d166624c95bc85b8 100644
--- a/chrome/browser/app_controller_mac.h
+++ b/chrome/browser/app_controller_mac.h
@@ -61,7 +61,8 @@ class WorkAreaWatcherObserver;
// a weak pointer that is updated to match the corresponding cache entry
// during a profile switch.
BookmarkMenuBridge* bookmarkMenuBridge_;
- std::map<base::FilePath, BookmarkMenuBridge*> profileBookmarkMenuBridgeMap_;
+ std::map<base::FilePath, std::unique_ptr<BookmarkMenuBridge>>
+ profileBookmarkMenuBridgeMap_;
std::unique_ptr<HistoryMenuBridge> historyMenuBridge_;

Powered by Google App Engine
This is Rietveld 408576698