| Index: chrome/browser/favicon/favicon_handler.cc
|
| diff --git a/chrome/browser/favicon/favicon_handler.cc b/chrome/browser/favicon/favicon_handler.cc
|
| index 7505ce599659af1377c008cf3a25824d433c7419..22819c5c4affd3d8ca317b446eab8c6972a71ea2 100644
|
| --- a/chrome/browser/favicon/favicon_handler.cc
|
| +++ b/chrome/browser/favicon/favicon_handler.cc
|
| @@ -18,7 +18,6 @@
|
| #include "chrome/browser/favicon/favicon_util.h"
|
| #include "chrome/browser/history/select_favicon_frames.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| -#include "chrome/common/icon_messages.h"
|
| #include "content/public/browser/favicon_status.h"
|
| #include "content/public/browser/navigation_entry.h"
|
| #include "skia/ext/image_operations.h"
|
| @@ -27,6 +26,7 @@
|
| #include "ui/gfx/image/image_skia.h"
|
| #include "ui/gfx/image/image_util.h"
|
|
|
| +using content::FaviconURL;
|
| using content::NavigationEntry;
|
|
|
| namespace {
|
|
|