Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1214)

Unified Diff: chrome/browser/favicon/favicon_tab_helper.h

Issue 10829184: Remove a few unneeded includes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/tab_contents/favicon_util_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/favicon/favicon_tab_helper.h
diff --git a/chrome/browser/favicon/favicon_tab_helper.h b/chrome/browser/favicon/favicon_tab_helper.h
index 1563373e454667e3b30f3988c2bf244b7b830b1d..867b4767057a749c0f32f717114237824cb28106 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"
viettrungluu 2012/08/04 05:36:22 Should you add this include to the .cc file?
Nico 2012/08/04 05:40:15 No need, the cc only passes GURL references around
namespace gfx {
class Image;
}
+class GURL;
class FaviconHandler;
+class Profile;
class SkBitmap;
// FaviconTabHelper works with FaviconHandlers to fetch the favicons.
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/tab_contents/favicon_util_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698