| Index: chrome/browser/ui/blocked_content/popup_blocker_tab_helper.h
|
| diff --git a/chrome/browser/ui/blocked_content/popup_blocker_tab_helper.h b/chrome/browser/ui/blocked_content/popup_blocker_tab_helper.h
|
| index 2329d6617f798718d36e76dd107e95e37adbc725..8ceaaea4b29e20f362ed2bd613e95e542f1cf152 100644
|
| --- a/chrome/browser/ui/blocked_content/popup_blocker_tab_helper.h
|
| +++ b/chrome/browser/ui/blocked_content/popup_blocker_tab_helper.h
|
| @@ -16,7 +16,7 @@ namespace chrome {
|
| struct NavigateParams;
|
| }
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
| struct WebWindowFeatures;
|
| }
|
|
|
| @@ -32,7 +32,7 @@ class PopupBlockerTabHelper
|
| // Returns true if the popup request defined by |params| should be blocked.
|
| // In that case, it is also added to the |blocked_popups_| container.
|
| bool MaybeBlockPopup(const chrome::NavigateParams& params,
|
| - const WebKit::WebWindowFeatures& window_features);
|
| + const blink::WebWindowFeatures& window_features);
|
|
|
| // Adds a popup request to the |blocked_popups_| container.
|
| void AddBlockedPopup(const BlockedWindowParams& params);
|
|
|