| Index: mojo/system/message_pipe_test_utils.cc
|
| diff --git a/mojo/system/message_pipe_test_utils.cc b/mojo/system/message_pipe_test_utils.cc
|
| index 3afc6371518a342da913730c6317cf16cbf056d3..37284ce24849253a8dfb5581507d97bd94b4aac3 100644
|
| --- a/mojo/system/message_pipe_test_utils.cc
|
| +++ b/mojo/system/message_pipe_test_utils.cc
|
| @@ -31,7 +31,7 @@ MojoResult WaitIfNecessary(scoped_refptr<MessagePipe> mp,
|
|
|
| ChannelThread::ChannelThread(embedder::PlatformSupport* platform_support)
|
| : platform_support_(platform_support),
|
| - test_io_thread_(test::TestIOThread::kManualStart) {
|
| + test_io_thread_(base::TestIOThread::kManualStart) {
|
| }
|
|
|
| ChannelThread::~ChannelThread() {
|
|
|