diff options
Diffstat (limited to 'chrome/browser/themes/browser_theme_pack.h')
-rw-r--r-- | chrome/browser/themes/browser_theme_pack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/themes/browser_theme_pack.h b/chrome/browser/themes/browser_theme_pack.h index 1e21f39..5a9b98a 100644 --- a/chrome/browser/themes/browser_theme_pack.h +++ b/chrome/browser/themes/browser_theme_pack.h @@ -12,9 +12,9 @@ #include "base/basictypes.h" #include "base/scoped_ptr.h" #include "base/ref_counted.h" -#include "gfx/color_utils.h" #include "chrome/browser/browser_thread.h" #include "chrome/common/extensions/extension.h" +#include "ui/gfx/color_utils.h" class DictionaryValue; class FilePath; |