summaryrefslogtreecommitdiffstats
path: root/content/public/common/show_desktop_notification_params.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/common/show_desktop_notification_params.h')
-rw-r--r--content/public/common/show_desktop_notification_params.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/public/common/show_desktop_notification_params.h b/content/public/common/show_desktop_notification_params.h
index ef129cc..2782946 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.