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

Unified Diff: chrome/browser/ui/webui/ntp/favicon_webui_handler.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/ntp/bookmarks_handler.h ('k') | chrome/browser/ui/webui/ntp/ntp_login_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/ntp/favicon_webui_handler.h
===================================================================
--- chrome/browser/ui/webui/ntp/favicon_webui_handler.h (revision 109585)
+++ chrome/browser/ui/webui/ntp/favicon_webui_handler.h (working copy)
@@ -6,6 +6,7 @@
#define CHROME_BROWSER_UI_WEBUI_NTP_FAVICON_WEBUI_HANDLER_H_
#pragma once
+#include <map>
#include <string>
#include "base/basictypes.h"
@@ -14,12 +15,9 @@
#include "content/browser/webui/web_ui.h"
class ExtensionIconColorManager;
-class GURL;
-class Profile;
namespace base {
class ListValue;
-class StringValue;
}
class FaviconWebUIHandler : public WebUIMessageHandler {
« no previous file with comments | « chrome/browser/ui/webui/ntp/bookmarks_handler.h ('k') | chrome/browser/ui/webui/ntp/ntp_login_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698