| Index: ui/gfx/native_theme_win.h
|
| ===================================================================
|
| --- ui/gfx/native_theme_win.h (revision 73317)
|
| +++ ui/gfx/native_theme_win.h (working copy)
|
| @@ -8,8 +8,8 @@
|
| // For more information on visual style parts and states, see:
|
| // http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/userex/topics/partsandstates.asp
|
|
|
| -#ifndef APP_GFX_NATIVE_THEME_WIN_H_
|
| -#define APP_GFX_NATIVE_THEME_WIN_H_
|
| +#ifndef UI_GFX_NATIVE_THEME_WIN_H_
|
| +#define UI_GFX_NATIVE_THEME_WIN_H_
|
| #pragma once
|
|
|
| #include <windows.h>
|
| @@ -318,4 +318,4 @@
|
|
|
| } // namespace gfx
|
|
|
| -#endif // APP_GFX_NATIVE_THEME_WIN_H_
|
| +#endif // UI_GFX_NATIVE_THEME_WIN_H_
|
|
|