Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: ui/gfx/native_theme_win.h

Issue 6246027: Move src/gfx/ to src/ui/gfx... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gfx/native_theme_linux.cc ('k') | ui/gfx/native_theme_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « ui/gfx/native_theme_linux.cc ('k') | ui/gfx/native_theme_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698