summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-04 09:04:35 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-04 09:04:35 +0000
commit730ec10a15f97c1f15a3337e46b59cbd45bff6ee (patch)
treeaf52ed276258554cd4b238a027fe1f339c667fc8
parentc4aa387495dcdac402d19cf9d02bebb10a2b1029 (diff)
downloadchromium_src-730ec10a15f97c1f15a3337e46b59cbd45bff6ee.zip
chromium_src-730ec10a15f97c1f15a3337e46b59cbd45bff6ee.tar.gz
chromium_src-730ec10a15f97c1f15a3337e46b59cbd45bff6ee.tar.bz2
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
-rw-r--r--chrome/browser/favicon/favicon_tab_helper.h5
-rw-r--r--chrome/browser/ui/cocoa/tab_contents/favicon_util_mac.mm6
-rw-r--r--chrome/browser/ui/gtk/location_bar_view_gtk.cc1
-rw-r--r--chrome/browser/ui/panels/panel_host.cc1
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 <AppKit/AppKit.h>
-
-#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"