| Index: chrome/browser/notifications/desktop_notification_service.h
|
| diff --git a/chrome/browser/notifications/desktop_notification_service.h b/chrome/browser/notifications/desktop_notification_service.h
|
| index cd9dbd0dd00e2140af9712b04f7fe0b8552511b2..61cc48bdd8e52ab651f40f8a35d0126aa4916a3a 100644
|
| --- a/chrome/browser/notifications/desktop_notification_service.h
|
| +++ b/chrome/browser/notifications/desktop_notification_service.h
|
| @@ -97,7 +97,7 @@ class DesktopNotificationService : public BrowserContextKeyedService,
|
| static string16 CreateDataUrl(const GURL& icon_url,
|
| const string16& title,
|
| const string16& body,
|
| - WebKit::WebTextDirection dir);
|
| + blink::WebTextDirection dir);
|
|
|
| // Creates a data:xxxx URL which contains the full HTML for a notification
|
| // using resource template which contains the standard formatting for
|
| @@ -153,7 +153,7 @@ class DesktopNotificationService : public BrowserContextKeyedService,
|
|
|
| // Checks to see if a given origin has permission to create desktop
|
| // notifications.
|
| - WebKit::WebNotificationPresenter::Permission
|
| + blink::WebNotificationPresenter::Permission
|
| HasPermission(const GURL& origin);
|
|
|
| // Returns true if the notifier with |notifier_id| is allowed to send
|
|
|