| Index: mojo/edk/test/test_support_impl.h
|
| diff --git a/mojo/common/test/test_support_impl.h b/mojo/edk/test/test_support_impl.h
|
| similarity index 85%
|
| rename from mojo/common/test/test_support_impl.h
|
| rename to mojo/edk/test/test_support_impl.h
|
| index 9f69bfe49b407fa7b12f293da7b65e3ac3deec73..fce0b4af77046f5949f73a19518a0b28238a3d28 100644
|
| --- a/mojo/common/test/test_support_impl.h
|
| +++ b/mojo/edk/test/test_support_impl.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_COMMON_TEST_TEST_SUPPORT_IMPL_H_
|
| -#define MOJO_COMMON_TEST_TEST_SUPPORT_IMPL_H_
|
| +#ifndef MOJO_EDK_TEST_TEST_SUPPORT_IMPL_H_
|
| +#define MOJO_EDK_TEST_TEST_SUPPORT_IMPL_H_
|
|
|
| #include "base/macros.h"
|
| #include "mojo/public/tests/test_support_private.h"
|
| @@ -30,4 +30,4 @@ class TestSupportImpl : public TestSupport {
|
| } // namespace test
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_COMMON_TEST_TEST_SUPPORT_IMPL_H_
|
| +#endif // MOJO_EDK_TEST_TEST_SUPPORT_IMPL_H_
|
|
|