Index: chrome/browser/notifications/notification.h |
diff --git a/chrome/browser/notifications/notification.h b/chrome/browser/notifications/notification.h |
index 94850a1e13cd018760d6451d8e33d48b547c73f2..30c2be231cae8847d91da7f6cde29d0b4f3e305e 100644 |
--- a/chrome/browser/notifications/notification.h |
+++ b/chrome/browser/notifications/notification.h |
@@ -37,7 +37,7 @@ class Notification : public message_center::Notification { |
const GURL& icon_url, |
const string16& title, |
const string16& body, |
- WebKit::WebTextDirection dir, |
+ blink::WebTextDirection dir, |
const string16& display_source, |
const string16& replace_id, |
NotificationDelegate* delegate); |
@@ -48,7 +48,7 @@ class Notification : public message_center::Notification { |
const gfx::Image& icon, |
const string16& title, |
const string16& body, |
- WebKit::WebTextDirection dir, |
+ blink::WebTextDirection dir, |
const string16& display_source, |
const string16& replace_id, |
NotificationDelegate* delegate); |
@@ -59,7 +59,7 @@ class Notification : public message_center::Notification { |
const string16& title, |
const string16& body, |
const gfx::Image& icon, |
- WebKit::WebTextDirection dir, |
+ blink::WebTextDirection dir, |
const message_center::NotifierId& notifier_id, |
const string16& display_source, |
const string16& replace_id, |