Index: content/common/desktop_notification_messages.h |
diff --git a/content/common/desktop_notification_messages.h b/content/common/desktop_notification_messages.h |
index 69c7d1f84de50a3d3d25210f1a5a60e479907ae8..6f1f0c4682e9cdf0db7559f308d64edf1f5affea 100644 |
--- a/content/common/desktop_notification_messages.h |
+++ b/content/common/desktop_notification_messages.h |
@@ -31,7 +31,7 @@ IPC_MESSAGE_ROUTED1(DesktopNotificationMsg_PostDisplay, |
// trying to display a notification. |
IPC_MESSAGE_ROUTED2(DesktopNotificationMsg_PostError, |
int /* notification_id */, |
- string16 /* message */) |
+ base::string16 /* message */) |
// Informs the renderer that the one if its notifications has closed. |
IPC_MESSAGE_ROUTED2(DesktopNotificationMsg_PostClose, |