diff options
Diffstat (limited to 'chrome/browser/aeropeek_manager.cc')
-rw-r--r-- | chrome/browser/aeropeek_manager.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/aeropeek_manager.cc b/chrome/browser/aeropeek_manager.cc index ae1dec6..f7f2203 100644 --- a/chrome/browser/aeropeek_manager.cc +++ b/chrome/browser/aeropeek_manager.cc @@ -8,7 +8,6 @@ #include <shobjidl.h> #include "app/gfx/gdi_util.h" -#include "app/gfx/icon_util.h" #include "app/gfx/insets.h" #include "app/win_util.h" #include "app/win/window_impl.h" @@ -29,6 +28,7 @@ #include "chrome/browser/tab_contents/thumbnail_generator.h" #include "chrome/common/chrome_constants.h" #include "chrome/common/chrome_switches.h" +#include "gfx/icon_util.h" #include "skia/ext/image_operations.h" #include "skia/ext/platform_canvas.h" #include "third_party/skia/include/core/SkBitmap.h" |