diff options
Diffstat (limited to 'chrome/browser/views/blocked_popup_container.h')
-rw-r--r-- | chrome/browser/views/blocked_popup_container.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chrome/browser/views/blocked_popup_container.h b/chrome/browser/views/blocked_popup_container.h index 80112e5..acd0e13 100644 --- a/chrome/browser/views/blocked_popup_container.h +++ b/chrome/browser/views/blocked_popup_container.h @@ -18,10 +18,10 @@ #include "chrome/browser/tab_contents/constrained_window.h" #include "chrome/browser/tab_contents/tab_contents_delegate.h" #include "chrome/common/pref_member.h" -#include "chrome/views/controls/button/button.h" -#include "chrome/views/controls/menu/menu.h" -#include "chrome/views/view.h" -#include "chrome/views/widget/widget_win.h" +#include "views/controls/button/button.h" +#include "views/controls/menu/menu.h" +#include "views/view.h" +#include "views/widget/widget_win.h" class BlockedPopupContainer; class Profile; @@ -268,7 +268,7 @@ class BlockedPopupContainer : public ConstrainedWindow, // iterator into |popup_hosts_|. Returns popup_hosts_.end() if |index| is // invalid. PopupHosts::const_iterator ConvertHostIndexToIterator(int index) const; - + // If the popup at |i| is the last one associated with its host, removes the // host from the host list. void EraseHostIfNeeded(BlockedPopups::iterator i); |