| Index: chrome/browser/fav_icon_helper.cc
|
| ===================================================================
|
| --- chrome/browser/fav_icon_helper.cc (revision 6267)
|
| +++ chrome/browser/fav_icon_helper.cc (working copy)
|
| @@ -4,7 +4,6 @@
|
|
|
| #include "chrome/browser/fav_icon_helper.h"
|
|
|
| -#include "base/gfx/image_operations.h"
|
| #include "base/gfx/png_decoder.h"
|
| #include "base/gfx/png_encoder.h"
|
| #include "chrome/browser/navigation_entry.h"
|
| @@ -13,6 +12,7 @@
|
| #include "chrome/browser/render_view_host.h"
|
| #include "chrome/browser/web_contents.h"
|
| #include "chrome/common/gfx/favicon_size.h"
|
| +#include "skia/ext/image_operations.h"
|
|
|
| FavIconHelper::FavIconHelper(WebContents* web_contents)
|
| : web_contents_(web_contents),
|
|
|