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

Unified Diff: chrome/browser/ui/blocked_content/popup_blocker_tab_helper.h

Issue 63273002: Rename WebKit namespace to blink (part 4) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/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);

Powered by Google App Engine
This is Rietveld 408576698