| Index: ash/test/ash_test.h
|
| diff --git a/ash/common/test/ash_test.h b/ash/test/ash_test.h
|
| similarity index 96%
|
| rename from ash/common/test/ash_test.h
|
| rename to ash/test/ash_test.h
|
| index d91c4d635cf0f22ea5eab05f5617bd481fab7649..61b542a64b9601b1185a30aa999bcc8cc71a5539 100644
|
| --- a/ash/common/test/ash_test.h
|
| +++ b/ash/test/ash_test.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 ASH_COMMON_TEST_ASH_TEST_H_
|
| -#define ASH_COMMON_TEST_ASH_TEST_H_
|
| +#ifndef ASH_TEST_ASH_TEST_H_
|
| +#define ASH_TEST_ASH_TEST_H_
|
|
|
| #include <memory>
|
| #include <string>
|
| @@ -55,7 +55,7 @@ class WindowOwner {
|
|
|
| // Base class for ash tests. This class calls through to AshTestImpl for the
|
| // real implementation. This class exists so that tests can be written to
|
| -// ash/common and run in both mus and aura.
|
| +// run in both mus ash and classic ash.
|
| //
|
| // The implementation of AshTestImpl that is used depends upon gn targets. To
|
| // use the aura backend depend on "//ash/test:ash_with_aura_test_support." The
|
| @@ -146,4 +146,4 @@ class AshTest : public testing::Test {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_TEST_ASH_TEST_H_
|
| +#endif // ASH_TEST_ASH_TEST_H_
|
|
|