| Index: mojo/edk/system/message_pipe_dispatcher.cc
|
| diff --git a/mojo/edk/system/message_pipe_dispatcher.cc b/mojo/edk/system/message_pipe_dispatcher.cc
|
| index 8ba0927944889f3071b6fc5d8645d7fbf8a6c306..704fd13e29cfae338835e65eb48e9ea4185181cb 100644
|
| --- a/mojo/edk/system/message_pipe_dispatcher.cc
|
| +++ b/mojo/edk/system/message_pipe_dispatcher.cc
|
| @@ -14,6 +14,8 @@
|
| #include "mojo/edk/system/options_validation.h"
|
| #include "mojo/edk/system/proxy_message_pipe_endpoint.h"
|
|
|
| +using mojo::util::RefPtr;
|
| +
|
| namespace mojo {
|
| namespace system {
|
|
|
|
|