diff options
Diffstat (limited to 'chrome/views/tabbed_pane.cc')
-rw-r--r-- | chrome/views/tabbed_pane.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/tabbed_pane.cc b/chrome/views/tabbed_pane.cc index 2638972..4ceb2e2 100644 --- a/chrome/views/tabbed_pane.cc +++ b/chrome/views/tabbed_pane.cc @@ -7,7 +7,6 @@ #include <vssym32.h> #include "base/gfx/native_theme.h" -#include "base/gfx/skia_utils.h" #include "base/logging.h" #include "chrome/common/gfx/chrome_canvas.h" #include "chrome/common/gfx/chrome_font.h" @@ -18,6 +17,7 @@ #include "chrome/views/background.h" #include "chrome/views/root_view.h" #include "chrome/views/widget_win.h" +#include "skia/ext/skia_utils_win.h" #include "skia/include/SkColor.h" namespace views { |