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

Unified Diff: ui/gfx/sys_color_change_listener.cc

Issue 239093007: Update Windows UI on system color changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. Created 6 years, 8 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: ui/gfx/sys_color_change_listener.cc
diff --git a/ui/gfx/sys_color_change_listener.cc b/ui/gfx/sys_color_change_listener.cc
index d5646b3a81c29340dde1bdad50b38fc8655851e3..4a394aea5ee7d2f720a96f29f3d982692b0a150c 100644
--- a/ui/gfx/sys_color_change_listener.cc
+++ b/ui/gfx/sys_color_change_listener.cc
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/gfx/color_utils.h"
#include "ui/gfx/sys_color_change_listener.h"
#if defined(OS_WIN)
@@ -12,6 +11,8 @@
#include "base/basictypes.h"
#include "base/memory/singleton.h"
#include "base/observer_list.h"
+#include "ui/gfx/color_utils.h"
+
#if defined(OS_WIN)
#include "ui/gfx/win/singleton_hwnd.h"
#endif

Powered by Google App Engine
This is Rietveld 408576698