| Index: chrome/browser/ui/blocked_content/popup_blocker_tab_helper.cc
|
| diff --git a/chrome/browser/ui/blocked_content/popup_blocker_tab_helper.cc b/chrome/browser/ui/blocked_content/popup_blocker_tab_helper.cc
|
| index 858affa78e97664438d37905726347e98c44f486..9e01c694f384e78db6ca60ea2b3caad4c35a206f 100644
|
| --- a/chrome/browser/ui/blocked_content/popup_blocker_tab_helper.cc
|
| +++ b/chrome/browser/ui/blocked_content/popup_blocker_tab_helper.cc
|
| @@ -142,7 +142,7 @@ size_t PopupBlockerTabHelper::GetBlockedPopupsCount() const {
|
| PopupBlockerTabHelper::PopupIdMap
|
| PopupBlockerTabHelper::GetBlockedPopupRequests() {
|
| PopupIdMap result;
|
| - for (IDMap<BlockedRequest, IDMapOwnPointer>::const_iterator iter(
|
| + for (IDMap<std::unique_ptr<BlockedRequest>>::const_iterator iter(
|
| &blocked_popups_);
|
| !iter.IsAtEnd();
|
| iter.Advance()) {
|
|
|