| Index: mojo/edk/system/message_pipe.cc
|
| diff --git a/mojo/edk/system/message_pipe.cc b/mojo/edk/system/message_pipe.cc
|
| index 49fd5a01754074ed614ab588a8c392d1ad436849..2337aeabe72c524bcbed71d73409d4762b96f92a 100644
|
| --- a/mojo/edk/system/message_pipe.cc
|
| +++ b/mojo/edk/system/message_pipe.cc
|
| @@ -19,6 +19,9 @@
|
| #include "mojo/edk/system/proxy_message_pipe_endpoint.h"
|
| #include "mojo/edk/util/make_unique.h"
|
|
|
| +using mojo::util::MakeRefCounted;
|
| +using mojo::util::RefPtr;
|
| +
|
| namespace mojo {
|
| namespace system {
|
|
|
|
|