| Index: android_webview/browser/aw_content_browser_client.h
|
| diff --git a/android_webview/browser/aw_content_browser_client.h b/android_webview/browser/aw_content_browser_client.h
|
| index c421591bcbad24ff7e5902daf06e5235c9ef7a4a..9d3b00a06757aaa261d04458dbacbf901d337cae 100644
|
| --- a/android_webview/browser/aw_content_browser_client.h
|
| +++ b/android_webview/browser/aw_content_browser_client.h
|
| @@ -108,7 +108,7 @@ class AwContentBrowserClient : public content::ContentBrowserClient {
|
| const net::HttpNetworkSession* network_session,
|
| net::SSLCertRequestInfo* cert_request_info,
|
| const base::Callback<void(net::X509Certificate*)>& callback) OVERRIDE;
|
| - virtual blink::WebNotificationPresenter::Permission
|
| + virtual content::NotificationPresenterPermission
|
| CheckDesktopNotificationPermission(
|
| const GURL& source_url,
|
| content::ResourceContext* context,
|
|
|