| Index: ash/common/display/display_info.h
|
| diff --git a/ash/display/display_info.h b/ash/common/display/display_info.h
|
| similarity index 98%
|
| rename from ash/display/display_info.h
|
| rename to ash/common/display/display_info.h
|
| index 1b69bb03d82d8decf23f1ff13f9b5d7645078c0a..50ddd8f0c3ffa62d0ce6078ebaa6c7967b7af80f 100644
|
| --- a/ash/display/display_info.h
|
| +++ b/ash/common/display/display_info.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_DISPLAY_DISPLAY_INFO_H_
|
| -#define ASH_DISPLAY_DISPLAY_INFO_H_
|
| +#ifndef ASH_COMMON_DISPLAY_DISPLAY_INFO_H_
|
| +#define ASH_COMMON_DISPLAY_DISPLAY_INFO_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -337,4 +337,4 @@ ASH_EXPORT void ResetDisplayIdForTest();
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_DISPLAY_DISPLAY_INFO_H_
|
| +#endif // ASH_COMMON_DISPLAY_DISPLAY_INFO_H_
|
|
|