| 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 d71a3de84e2ad6cbd711a3e64be36481f8c46963..b54b0fad626c9d14ef8bc5bb01b9978968c22796 100644
|
| --- a/mojo/edk/system/remote_consumer_data_pipe_impl.cc
|
| +++ b/mojo/edk/system/remote_consumer_data_pipe_impl.cc
|
| @@ -18,6 +18,8 @@
|
| #include "mojo/edk/system/message_in_transit.h"
|
| #include "mojo/edk/system/remote_data_pipe_ack.h"
|
|
|
| +using mojo::util::RefPtr;
|
| +
|
| namespace mojo {
|
| namespace system {
|
|
|
|
|