| Index: ui/gfx/color_utils.h
|
| ===================================================================
|
| --- ui/gfx/color_utils.h (revision 73317)
|
| +++ ui/gfx/color_utils.h (working copy)
|
| @@ -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 APP_GFX_COLOR_UTILS_H_
|
| -#define APP_GFX_COLOR_UTILS_H_
|
| +#ifndef UI_GFX_COLOR_UTILS_H_
|
| +#define UI_GFX_COLOR_UTILS_H_
|
| #pragma once
|
|
|
| #include "third_party/skia/include/core/SkColor.h"
|
| @@ -77,4 +77,4 @@
|
|
|
| } // namespace color_utils
|
|
|
| -#endif // APP_GFX_COLOR_UTILS_H_
|
| +#endif // UI_GFX_COLOR_UTILS_H_
|
|
|