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

Unified Diff: chrome/browser/notifications/desktop_notification_service.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/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
« no previous file with comments | « chrome/browser/local_discovery/privet_notifications.cc ('k') | chrome/browser/notifications/desktop_notification_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698