| Index: ash/test/test_palette_delegate.h
|
| diff --git a/ash/common/test/test_palette_delegate.h b/ash/test/test_palette_delegate.h
|
| similarity index 92%
|
| rename from ash/common/test/test_palette_delegate.h
|
| rename to ash/test/test_palette_delegate.h
|
| index f0fc5e5506b989178fef2af5204b97f8e799928a..e70e09dc2c9e589e9039ad1d7458ab02a53968f2 100644
|
| --- a/ash/common/test/test_palette_delegate.h
|
| +++ b/ash/test/test_palette_delegate.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_TEST_PALETTE_DELEGATE_H_
|
| -#define ASH_COMMON_TEST_TEST_PALETTE_DELEGATE_H_
|
| +#ifndef ASH_TEST_TEST_PALETTE_DELEGATE_H_
|
| +#define ASH_TEST_TEST_PALETTE_DELEGATE_H_
|
|
|
| #include "ash/common/palette_delegate.h"
|
| #include "base/macros.h"
|
| @@ -66,4 +66,4 @@ class TestPaletteDelegate : public PaletteDelegate {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_TEST_TEST_PALETTE_DELEGATE_H_
|
| +#endif // ASH_TEST_TEST_PALETTE_DELEGATE_H_
|
|
|