Index: ipc/ipc_channel_win.h |
diff --git a/ipc/ipc_channel_win.h b/ipc/ipc_channel_win.h |
index dd341a776f5a0bf2c87a27962b086b87317a434c..52446500bfc2aba8a152b07622d2f1eb6fb86e3d 100644 |
--- a/ipc/ipc_channel_win.h |
+++ b/ipc/ipc_channel_win.h |
@@ -13,6 +13,7 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/memory/weak_ptr.h" |
#include "base/message_loop/message_loop.h" |
+#include "base/win/scoped_handle.h" |
#include "ipc/ipc_channel_reader.h" |
namespace base { |
@@ -74,7 +75,7 @@ class ChannelWin : public Channel, |
State input_state_; |
State output_state_; |
- HANDLE pipe_; |
+ base::win::ScopedHandle pipe_; |
base::ProcessId peer_pid_; |