| 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,
|
|
|