Index: chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc |
diff --git a/chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc b/chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc |
index ee26ec7b3cfde2070abfedabfafc19a1ed020a61..e1bebd9feee3c68983c47fef25f23cd6ee031007 100644 |
--- a/chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc |
+++ b/chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc |
@@ -66,7 +66,7 @@ class WebNotificationTrayTest : public InProcessBrowserTest { |
GURL(), |
ASCIIToUTF16("Test Web Notification"), |
ASCIIToUTF16("Notification message body."), |
- WebKit::WebTextDirectionDefault, |
+ blink::WebTextDirectionDefault, |
string16(), |
ASCIIToUTF16(replace_id), |
new TestNotificationDelegate(id)); |
@@ -81,7 +81,7 @@ class WebNotificationTrayTest : public InProcessBrowserTest { |
GURL(""), |
ASCIIToUTF16("Updated Web Notification"), |
ASCIIToUTF16("Updated message body."), |
- WebKit::WebTextDirectionDefault, |
+ blink::WebTextDirectionDefault, |
string16(), |
ASCIIToUTF16(replace_id), |
new TestNotificationDelegate(new_id)); |