Index: chrome/browser/themes/browser_theme_provider_mac.mm |
=================================================================== |
--- chrome/browser/themes/browser_theme_provider_mac.mm (revision 73642) |
+++ chrome/browser/themes/browser_theme_provider_mac.mm (working copy) |
@@ -8,9 +8,9 @@ |
#include "base/logging.h" |
#include "chrome/browser/themes/browser_theme_pack.h" |
-#include "gfx/color_utils.h" |
#include "skia/ext/skia_utils_mac.h" |
#import "third_party/GTM/AppKit/GTMNSColor+Luminance.h" |
+#include "ui/gfx/color_utils.h" |
NSString* const kBrowserThemeDidChangeNotification = |
@"BrowserThemeDidChangeNotification"; |