| Index: chrome/browser/notifications/notification.cc
|
| diff --git a/chrome/browser/notifications/notification.cc b/chrome/browser/notifications/notification.cc
|
| index 498ce1dec481f616bbc057086d933aaad1afa41f..0a64664b9e4a4657895f52b825f1f136e2b6291a 100644
|
| --- a/chrome/browser/notifications/notification.cc
|
| +++ b/chrome/browser/notifications/notification.cc
|
| @@ -33,7 +33,7 @@ Notification::Notification(const GURL& origin_url,
|
| 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)
|
| @@ -62,7 +62,7 @@ Notification::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,
|
| @@ -97,7 +97,7 @@ Notification::Notification(const GURL& origin_url,
|
| 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)
|
|
|