| Index: mojo/edk/system/remote_consumer_data_pipe_impl.cc
|
| diff --git a/mojo/edk/system/remote_consumer_data_pipe_impl.cc b/mojo/edk/system/remote_consumer_data_pipe_impl.cc
|
| index a3bd83df2e049c16f9763ba01b49b6fe0d73af9e..60cc009ba0508606090dde552e5060d068efc86d 100644
|
| --- a/mojo/edk/system/remote_consumer_data_pipe_impl.cc
|
| +++ b/mojo/edk/system/remote_consumer_data_pipe_impl.cc
|
| @@ -18,7 +18,7 @@
|
| #include "mojo/edk/system/message_in_transit.h"
|
| #include "mojo/edk/system/remote_data_pipe_ack.h"
|
|
|
| -using mojo::embedder::ScopedPlatformHandle;
|
| +using mojo::platform::ScopedPlatformHandle;
|
| using mojo::util::RefPtr;
|
|
|
| namespace mojo {
|
|
|