| Index: mojo/edk/system/waiter_test_utils.cc
|
| diff --git a/third_party/mojo/src/mojo/edk/system/waiter_test_utils.cc b/mojo/edk/system/waiter_test_utils.cc
|
| similarity index 95%
|
| copy from third_party/mojo/src/mojo/edk/system/waiter_test_utils.cc
|
| copy to mojo/edk/system/waiter_test_utils.cc
|
| index 001cf80ded1cad808618949e0ba5620cd8d59053..bd7f55eb73b501bcc38c41578984069f548c3b83 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/waiter_test_utils.cc
|
| +++ b/mojo/edk/system/waiter_test_utils.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "third_party/mojo/src/mojo/edk/system/waiter_test_utils.h"
|
| +#include "mojo/edk/system/waiter_test_utils.h"
|
|
|
| namespace mojo {
|
| -namespace system {
|
| +namespace edk {
|
| namespace test {
|
|
|
| SimpleWaiterThread::SimpleWaiterThread(MojoResult* result, uint32_t* context)
|
| @@ -66,5 +66,5 @@ void WaiterThread::Run() {
|
| }
|
|
|
| } // namespace test
|
| -} // namespace system
|
| +} // namespace edk
|
| } // namespace mojo
|
|
|