| Index: mojo/public/cpp/test_support/lib/test_utils.cc
|
| diff --git a/third_party/mojo/src/mojo/public/cpp/test_support/lib/test_utils.cc b/mojo/public/cpp/test_support/lib/test_utils.cc
|
| similarity index 93%
|
| rename from third_party/mojo/src/mojo/public/cpp/test_support/lib/test_utils.cc
|
| rename to mojo/public/cpp/test_support/lib/test_utils.cc
|
| index 17bbc6a0877b424bae9a4e6e53821e0486f049ae..210c6b10cab5dfcc7cc3ad7891dec068b7512e2c 100644
|
| --- a/third_party/mojo/src/mojo/public/cpp/test_support/lib/test_utils.cc
|
| +++ b/mojo/public/cpp/test_support/lib/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/public/cpp/test_support/test_utils.h"
|
| +#include "mojo/public/cpp/test_support/test_utils.h"
|
|
|
| -#include "third_party/mojo/src/mojo/public/cpp/system/core.h"
|
| -#include "third_party/mojo/src/mojo/public/cpp/test_support/test_support.h"
|
| +#include "mojo/public/cpp/system/core.h"
|
| +#include "mojo/public/cpp/test_support/test_support.h"
|
|
|
| namespace mojo {
|
| namespace test {
|
|
|