summaryrefslogtreecommitdiffstats
path: root/chrome/common/ipc_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/ipc_channel.h')
-rw-r--r--chrome/common/ipc_channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/ipc_channel.h b/chrome/common/ipc_channel.h
index 0ce037e..f619508 100644
--- a/chrome/common/ipc_channel.h
+++ b/chrome/common/ipc_channel.h
@@ -57,7 +57,7 @@ class Channel : public Message::Sender {
// |listener| receives a callback on the current thread for each newly
// received message.
//
- Channel(const std::wstring& channel_id, Mode mode, Listener* listener);
+ Channel(const std::string& channel_id, Mode mode, Listener* listener);
~Channel();