Index: chrome/browser/notifications/sync_notifier/synced_notification.cc |
diff --git a/chrome/browser/notifications/sync_notifier/synced_notification.cc b/chrome/browser/notifications/sync_notifier/synced_notification.cc |
index 3a5757af0d1c27b4443a40c4cf8249e5213e7b47..69052de76dc34516febed40536ab576387457277 100644 |
--- a/chrome/browser/notifications/sync_notifier/synced_notification.cc |
+++ b/chrome/browser/notifications/sync_notifier/synced_notification.cc |
@@ -298,7 +298,7 @@ void SyncedNotification::Show(NotificationUIManager* notification_manager, |
notification_heading, |
notification_text, |
icon_bitmap, |
- WebKit::WebTextDirectionDefault, |
+ blink::WebTextDirectionDefault, |
message_center::NotifierId(GetOriginUrl()), |
display_source, |
replace_key, |
@@ -316,7 +316,7 @@ void SyncedNotification::Show(NotificationUIManager* notification_manager, |
GetAppIconUrl(), |
notification_heading, |
notification_text, |
- WebKit::WebTextDirectionDefault, |
+ blink::WebTextDirectionDefault, |
display_source, |
replace_key, |
delegate.get()); |