| Index: mojo/edk/system/channel_manager.cc
|
| diff --git a/mojo/edk/system/channel_manager.cc b/mojo/edk/system/channel_manager.cc
|
| index b2f73887a622c732171b4ba3271f464493adf6bf..8f9bbbed8709af8e9f13d0c9e4269e34b208dc8e 100644
|
| --- a/mojo/edk/system/channel_manager.cc
|
| +++ b/mojo/edk/system/channel_manager.cc
|
| @@ -12,6 +12,9 @@
|
| #include "mojo/edk/system/channel_endpoint.h"
|
| #include "mojo/edk/system/message_pipe_dispatcher.h"
|
|
|
| +using mojo::util::MakeRefCounted;
|
| +using mojo::util::RefPtr;
|
| +
|
| namespace mojo {
|
| namespace system {
|
|
|
|
|