| Index: chrome/browser/jumplist.cc
|
| ===================================================================
|
| --- chrome/browser/jumplist.cc (revision 41521)
|
| +++ chrome/browser/jumplist.cc (working copy)
|
| @@ -13,7 +13,6 @@
|
| #include <vector>
|
|
|
| #include "app/gfx/codec/png_codec.h"
|
| -#include "app/gfx/icon_util.h"
|
| #include "app/l10n_util.h"
|
| #include "base/callback.h"
|
| #include "base/command_line.h"
|
| @@ -34,6 +33,7 @@
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/url_constants.h"
|
| +#include "gfx/icon_util.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
|
|
|
|