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

Unified Diff: chrome/browser/notifications/sync_notifier/synced_notification.cc

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/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());
« no previous file with comments | « chrome/browser/notifications/notification.cc ('k') | chrome/browser/notifications/welcome_notification_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698