| Index: ui/gfx/gdi_util.h
|
| ===================================================================
|
| --- ui/gfx/gdi_util.h (revision 73317)
|
| +++ ui/gfx/gdi_util.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_GDI_UTIL_H_
|
| -#define APP_GFX_GDI_UTIL_H_
|
| +#ifndef UI_GFX_GDI_UTIL_H_
|
| +#define UI_GFX_GDI_UTIL_H_
|
| #pragma once
|
|
|
| #include <vector>
|
| @@ -35,4 +35,4 @@
|
|
|
| } // namespace gfx
|
|
|
| -#endif // APP_GFX_GDI_UTIL_H_
|
| +#endif // UI_GFX_GDI_UTIL_H_
|
|
|