From 730ec10a15f97c1f15a3337e46b59cbd45bff6ee Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Sat, 4 Aug 2012 09:04:35 +0000 Subject: Remove a few unneeded includes BUG=none Review URL: https://chromiumcodereview.appspot.com/10829184 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150028 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/favicon/favicon_tab_helper.h | 5 +++-- chrome/browser/ui/cocoa/tab_contents/favicon_util_mac.mm | 6 ------ chrome/browser/ui/gtk/location_bar_view_gtk.cc | 1 + chrome/browser/ui/panels/panel_host.cc | 1 + 4 files changed, 5 insertions(+), 8 deletions(-) diff --git a/chrome/browser/favicon/favicon_tab_helper.h b/chrome/browser/favicon/favicon_tab_helper.h index 1563373..867b476 100644 --- a/chrome/browser/favicon/favicon_tab_helper.h +++ b/chrome/browser/favicon/favicon_tab_helper.h @@ -10,16 +10,17 @@ #include "base/basictypes.h" #include "base/callback.h" #include "chrome/browser/favicon/favicon_handler_delegate.h" -#include "chrome/browser/favicon/favicon_service.h" +#include "chrome/browser/history/history_types.h" #include "chrome/common/favicon_url.h" #include "content/public/browser/web_contents_observer.h" -#include "googleurl/src/gurl.h" namespace gfx { class Image; } +class GURL; class FaviconHandler; +class Profile; class SkBitmap; // FaviconTabHelper works with FaviconHandlers to fetch the favicons. diff --git a/chrome/browser/ui/cocoa/tab_contents/favicon_util_mac.mm b/chrome/browser/ui/cocoa/tab_contents/favicon_util_mac.mm index 77107f1..8ab22c2 100644 --- a/chrome/browser/ui/cocoa/tab_contents/favicon_util_mac.mm +++ b/chrome/browser/ui/cocoa/tab_contents/favicon_util_mac.mm @@ -4,16 +4,10 @@ #include "chrome/browser/ui/cocoa/tab_contents/favicon_util_mac.h" -#import - -#include "base/mac/mac_util.h" #include "chrome/browser/favicon/favicon_tab_helper.h" #include "chrome/browser/ui/tab_contents/tab_contents.h" #include "grit/ui_resources.h" -#include "skia/ext/skia_utils_mac.h" -#include "third_party/skia/include/core/SkBitmap.h" #include "ui/base/resource/resource_bundle.h" -#include "ui/gfx/mac/nsimage_cache.h" namespace mac { diff --git a/chrome/browser/ui/gtk/location_bar_view_gtk.cc b/chrome/browser/ui/gtk/location_bar_view_gtk.cc index 3d78494..a270455 100644 --- a/chrome/browser/ui/gtk/location_bar_view_gtk.cc +++ b/chrome/browser/ui/gtk/location_bar_view_gtk.cc @@ -13,6 +13,7 @@ #include "base/debug/trace_event.h" #include "base/i18n/rtl.h" #include "base/logging.h" +#include "base/message_loop.h" #include "base/string_number_conversions.h" #include "base/string_util.h" #include "base/utf_string_conversions.h" diff --git a/chrome/browser/ui/panels/panel_host.cc b/chrome/browser/ui/panels/panel_host.cc index 11cd3ef..f70cd25 100644 --- a/chrome/browser/ui/panels/panel_host.cc +++ b/chrome/browser/ui/panels/panel_host.cc @@ -4,6 +4,7 @@ #include "chrome/browser/ui/panels/panel_host.h" +#include "base/bind.h" #include "base/logging.h" #include "base/message_loop.h" #include "chrome/browser/chrome_page_zoom.h" -- cgit v1.1