Index: mojo/system/raw_channel_win.cc |
diff --git a/mojo/system/raw_channel_win.cc b/mojo/system/raw_channel_win.cc |
index bb5eb105d3fd262e5da2957749b7ae982ec9772d..6f25d5f7309ca1be520fbcf7a37fbf71f91a24fc 100644 |
--- a/mojo/system/raw_channel_win.cc |
+++ b/mojo/system/raw_channel_win.cc |
@@ -15,7 +15,7 @@ namespace system { |
// Static factory method declared in raw_channel.h. |
// static |
-RawChannel* RawChannel::Create(const PlatformChannelHandle& handle, |
+RawChannel* RawChannel::Create(ScopedPlatformHandle handle, |
Delegate* delegate, |
base::MessageLoop* message_loop) { |
// TODO(vtl) |