Index: ipc/ipc_channel_win.h |
diff --git a/ipc/ipc_channel_win.h b/ipc/ipc_channel_win.h |
index a544f8be4bbe8aa78a58ccf41a42eb8423f4dafb..5bdba93cb53fe3547643a6ea0cfd69c687eda71f 100644 |
--- a/ipc/ipc_channel_win.h |
+++ b/ipc/ipc_channel_win.h |
@@ -43,8 +43,8 @@ class Channel::ChannelImpl : public internal::ChannelReader, |
bool DidEmptyInputBuffers() OVERRIDE; |
virtual void HandleInternalMessage(const Message& msg) OVERRIDE; |
- static const string16 PipeName(const std::string& channel_id, |
- int32* secret); |
+ static const base::string16 PipeName(const std::string& channel_id, |
+ int32* secret); |
bool CreatePipe(const IPC::ChannelHandle &channel_handle, Mode mode); |
bool ProcessConnection(); |