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

Unified Diff: chrome/browser/ui/webui/favicon_source.h

Issue 8537007: Cleanup: Remove unneeded forward declarations from chrome/browser/ui/webui. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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 | « chrome/browser/ui/webui/extension_icon_source.h ('k') | chrome/browser/ui/webui/fileicon_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/favicon_source.h
===================================================================
--- chrome/browser/ui/webui/favicon_source.h (revision 109585)
+++ chrome/browser/ui/webui/favicon_source.h (working copy)
@@ -6,6 +6,7 @@
#define CHROME_BROWSER_UI_WEBUI_FAVICON_SOURCE_H_
#pragma once
+#include <map>
#include <string>
#include "base/basictypes.h"
@@ -13,7 +14,6 @@
#include "chrome/browser/favicon/favicon_service.h"
#include "chrome/browser/ui/webui/chrome_url_data_manager.h"
-class GURL;
class Profile;
// FaviconSource is the gateway between network-level chrome:
« no previous file with comments | « chrome/browser/ui/webui/extension_icon_source.h ('k') | chrome/browser/ui/webui/fileicon_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698