Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 132716df1f73f55436f605dab31c64cd3fc2c765..e1554bd91cb6b1e7372251ab7be24fa6357e1fa6 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -1758,9 +1758,9 @@ IPC_MESSAGE_ROUTED0(ViewHostMsg_ImeCancelComposition) |
// or debugger UI. |
IPC_MESSAGE_ROUTED4(ViewHostMsg_AddMessageToConsole, |
int32, /* log level */ |
- std::wstring, /* msg */ |
+ string16, /* msg */ |
int32, /* line number */ |
- std::wstring /* source id */) |
+ string16 /* source id */) |
// Sent by the renderer process to indicate that a plugin instance has |
// crashed. |