| Index: mojo/edk/system/channel_unittest.cc
|
| diff --git a/mojo/edk/system/channel_unittest.cc b/mojo/edk/system/channel_unittest.cc
|
| index 0ccb58502807afa73a6df7951869d8569b573e06..b55d58c295503236fc87ab876d29c8e7340b86c6 100644
|
| --- a/mojo/edk/system/channel_unittest.cc
|
| +++ b/mojo/edk/system/channel_unittest.cc
|
| @@ -10,8 +10,10 @@
|
| #include "mojo/edk/system/channel_endpoint_id.h"
|
| #include "mojo/edk/system/channel_test_base.h"
|
| #include "mojo/edk/system/message_pipe.h"
|
| -#include "mojo/edk/system/ref_ptr.h"
|
| #include "mojo/edk/system/waiter.h"
|
| +#include "mojo/edk/util/ref_ptr.h"
|
| +
|
| +using mojo::util::RefPtr;
|
|
|
| namespace mojo {
|
| namespace system {
|
|
|