Index: content/child/mojo/mojo_application.cc |
diff --git a/content/child/mojo/mojo_application.cc b/content/child/mojo/mojo_application.cc |
index 555720624caaf232162960cb67de370234597202..1bc050b1df9ac2c2b1d55cab466a2d01fbafc812 100644 |
--- a/content/child/mojo/mojo_application.cc |
+++ b/content/child/mojo/mojo_application.cc |
@@ -39,7 +39,7 @@ void MojoApplication::OnActivate( |
#if defined(OS_POSIX) |
base::PlatformFile handle = file.fd; |
#elif defined(OS_WIN) |
- base::PlatformFile handle = file; |
+ base::PlatformFile handle = file.GetHandle(); |
#endif |
mojo::ScopedMessagePipeHandle pipe = |