| Index: ui/display/types/display_constants.h
|
| diff --git a/ui/display/display_constants.h b/ui/display/types/display_constants.h
|
| similarity index 91%
|
| rename from ui/display/display_constants.h
|
| rename to ui/display/types/display_constants.h
|
| index b721fc76e0c72e62407249e979f402d04dcb17d7..cf4ee6030d18902047824980843831111836b856 100644
|
| --- a/ui/display/display_constants.h
|
| +++ b/ui/display/types/display_constants.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 UI_DISPLAY_DISPLAY_CONSTANTS_H_
|
| -#define UI_DISPLAY_DISPLAY_CONSTANTS_H_
|
| +#ifndef UI_DISPLAY_TYPES_DISPLAY_CONSTANTS_H_
|
| +#define UI_DISPLAY_TYPES_DISPLAY_CONSTANTS_H_
|
|
|
| namespace ui {
|
|
|
| @@ -49,4 +49,4 @@ enum ColorCalibrationProfile {
|
|
|
| } // namespace ui
|
|
|
| -#endif // UI_DISPLAY_DISPLAY_CONSTANTS_H_
|
| +#endif // UI_DISPLAY_TYPES_DISPLAY_CONSTANTS_H_
|
|
|