| Index: mojo/edk/test/run_all_unittests.cc
|
| diff --git a/mojo/common/test/run_all_unittests.cc b/mojo/edk/test/run_all_unittests.cc
|
| similarity index 95%
|
| rename from mojo/common/test/run_all_unittests.cc
|
| rename to mojo/edk/test/run_all_unittests.cc
|
| index 48c054e6f6d742f1accbe9db3d3b0956af2c48a8..6805dcdb81ad2c3b58aef87b62c51a04c754d379 100644
|
| --- a/mojo/common/test/run_all_unittests.cc
|
| +++ b/mojo/edk/test/run_all_unittests.cc
|
| @@ -5,8 +5,8 @@
|
| #include "base/bind.h"
|
| #include "base/test/launcher/unit_test_launcher.h"
|
| #include "base/test/test_suite.h"
|
| -#include "mojo/common/test/test_support_impl.h"
|
| #include "mojo/edk/embedder/test_embedder.h"
|
| +#include "mojo/edk/test/test_support_impl.h"
|
| #include "mojo/public/tests/test_support_private.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|