| Index: mojo/edk/system/incoming_endpoint.cc
|
| diff --git a/mojo/edk/system/incoming_endpoint.cc b/mojo/edk/system/incoming_endpoint.cc
|
| index 4fd8789ffe1e69dcc2cdebdbecedc3cf5b3a2cc1..32549b1d1a13e5a8080f03c7c46a308456e608be 100644
|
| --- a/mojo/edk/system/incoming_endpoint.cc
|
| +++ b/mojo/edk/system/incoming_endpoint.cc
|
| @@ -13,6 +13,9 @@
|
| #include "mojo/edk/system/message_pipe.h"
|
| #include "mojo/edk/system/remote_producer_data_pipe_impl.h"
|
|
|
| +using mojo::util::MakeRefCounted;
|
| +using mojo::util::RefPtr;
|
| +
|
| namespace mojo {
|
| namespace system {
|
|
|
|
|