Index: content/public/common/show_desktop_notification_params.h |
diff --git a/content/public/common/show_desktop_notification_params.h b/content/public/common/show_desktop_notification_params.h |
index ef129cca08c61daf244e1151c66eaf59ab2ea8f9..2782946ea48aadbb0646c827930f7b34ee6b01f1 100644 |
--- a/content/public/common/show_desktop_notification_params.h |
+++ b/content/public/common/show_desktop_notification_params.h |
@@ -31,7 +31,7 @@ struct CONTENT_EXPORT ShowDesktopNotificationHostMsgParams { |
string16 body; |
// Directionality of the notification. |
- WebKit::WebTextDirection direction; |
+ blink::WebTextDirection direction; |
// ReplaceID if this notification should replace an existing one; may be |
// empty if no replacement is called for. |