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

Unified Diff: content/public/browser/content_browser_client.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (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: content/public/browser/content_browser_client.h
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
index 87079c1f60485bae679153fff5ba3319a4ebc816..e862ca97d371680d01b6f429a9e5fbd6cc3b5ac8 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -35,7 +35,7 @@ class CommandLine;
class GURL;
struct WebPreferences;
-namespace WebKit {
+namespace blink {
struct WebWindowFeatures;
}
@@ -430,7 +430,7 @@ class CONTENT_EXPORT ContentBrowserClient {
// Checks if the given page has permission to show desktop notifications.
// This is called on the IO thread.
- virtual WebKit::WebNotificationPresenter::Permission
+ virtual blink::WebNotificationPresenter::Permission
CheckDesktopNotificationPermission(
const GURL& source_url,
ResourceContext* context,
@@ -461,7 +461,7 @@ class CONTENT_EXPORT ContentBrowserClient {
const GURL& target_url,
const content::Referrer& referrer,
WindowOpenDisposition disposition,
- const WebKit::WebWindowFeatures& features,
+ const blink::WebWindowFeatures& features,
bool user_gesture,
bool opener_suppressed,
content::ResourceContext* context,
« no previous file with comments | « content/public/browser/android/content_view_layer_renderer.h ('k') | content/public/browser/content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698