Index: content/public/browser/content_browser_client.cc |
diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc |
index f4a2f387d3f252eddb90a0e8ee5816f537c76fee..785469eccfcfbd142e138c5ab1d84286da95fbec 100644 |
--- a/content/public/browser/content_browser_client.cc |
+++ b/content/public/browser/content_browser_client.cc |
@@ -204,12 +204,12 @@ MediaObserver* ContentBrowserClient::GetMediaObserver() { |
return NULL; |
} |
-blink::WebNotificationPresenter::Permission |
+NotificationPresenterPermission |
ContentBrowserClient::CheckDesktopNotificationPermission( |
const GURL& source_origin, |
ResourceContext* context, |
int render_process_id) { |
- return blink::WebNotificationPresenter::PermissionAllowed; |
+ return NOTIFICATION_PRESENTER_PERMISSION_ALLOWED; |
} |
void ContentBrowserClient::RequestGeolocationPermission( |