| Index: mojo/edk/system/dispatcher_unittest.cc
|
| diff --git a/mojo/system/dispatcher_unittest.cc b/mojo/edk/system/dispatcher_unittest.cc
|
| similarity index 98%
|
| rename from mojo/system/dispatcher_unittest.cc
|
| rename to mojo/edk/system/dispatcher_unittest.cc
|
| index 209ada42f6de987af79e282cb2592f81b52ecf52..d9d526d8e5bb79d31c0739b95efd171cf1d36bf4 100644
|
| --- a/mojo/system/dispatcher_unittest.cc
|
| +++ b/mojo/edk/system/dispatcher_unittest.cc
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/system/dispatcher.h"
|
| +#include "mojo/edk/system/dispatcher.h"
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_vector.h"
|
| #include "base/synchronization/waitable_event.h"
|
| #include "base/threading/simple_thread.h"
|
| -#include "mojo/embedder/platform_shared_buffer.h"
|
| -#include "mojo/system/memory.h"
|
| -#include "mojo/system/waiter.h"
|
| +#include "mojo/edk/embedder/platform_shared_buffer.h"
|
| +#include "mojo/edk/system/memory.h"
|
| +#include "mojo/edk/system/waiter.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace mojo {
|
|
|