| Index: chrome/browser/jumplist_win.cc
|
| ===================================================================
|
| --- chrome/browser/jumplist_win.cc (revision 73642)
|
| +++ chrome/browser/jumplist_win.cc (working copy)
|
| @@ -32,13 +32,13 @@
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/url_constants.h"
|
| -#include "gfx/codec/png_codec.h"
|
| -#include "gfx/icon_util.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "grit/chromium_strings.h"
|
| #include "grit/generated_resources.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| +#include "ui/gfx/codec/png_codec.h"
|
| +#include "ui/gfx/icon_util.h"
|
|
|
|
|
| namespace {
|
|
|