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

Unified Diff: chrome/browser/themes/browser_theme_provider.cc

Issue 6254011: Move UI-relevant Windows files to ui/base. (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
Index: chrome/browser/themes/browser_theme_provider.cc
===================================================================
--- chrome/browser/themes/browser_theme_provider.cc (revision 71828)
+++ chrome/browser/themes/browser_theme_provider.cc (working copy)
@@ -20,7 +20,7 @@
#include "grit/theme_resources.h"
#if defined(OS_WIN)
-#include "app/win/hwnd_util.h"
+#include "ui/base/win/hwnd_util.h"
#endif
// Strings used in alignment properties.
@@ -255,7 +255,7 @@
if (HasCustomImage(IDR_THEME_FRAME))
return false;
#if defined(OS_WIN)
- return app::win::ShouldUseVistaFrame();
+ return ui::ShouldUseVistaFrame();
#else
return false;
#endif

Powered by Google App Engine
This is Rietveld 408576698