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

Unified Diff: chrome/browser/chrome_content_browser_client.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/chrome_content_browser_client.h
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
index c961a81e003d0bd9fd500f75012aa936dc138b4a..d2ffce07bd18a446e695a13351eac526cdd758f9 100644
--- a/chrome/browser/chrome_content_browser_client.h
+++ b/chrome/browser/chrome_content_browser_client.h
@@ -182,7 +182,7 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
int callback_context,
int render_process_id,
int render_view_id) OVERRIDE;
- virtual WebKit::WebNotificationPresenter::Permission
+ virtual blink::WebNotificationPresenter::Permission
CheckDesktopNotificationPermission(
const GURL& source_origin,
content::ResourceContext* context,
@@ -203,7 +203,7 @@ class ChromeContentBrowserClient : public content::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 | « chrome/browser/automation/testing_automation_provider.cc ('k') | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698