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

Unified Diff: chrome/browser/renderer_host/chrome_render_message_filter.h

Issue 8539006: Cleanup: Remove unneeded forward declarations from various chrome/browser subdirectories. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase 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/prefs/pref_value_store.h ('k') | chrome/browser/renderer_host/offline_resource_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/chrome_render_message_filter.h
===================================================================
--- chrome/browser/renderer_host/chrome_render_message_filter.h (revision 109953)
+++ chrome/browser/renderer_host/chrome_render_message_filter.h (working copy)
@@ -6,6 +6,9 @@
#define CHROME_BROWSER_RENDERER_HOST_CHROME_RENDER_MESSAGE_FILTER_H_
#pragma once
+#include <string>
+#include <vector>
+
#include "base/file_path.h"
#include "base/memory/weak_ptr.h"
#include "chrome/common/content_settings.h"
@@ -18,7 +21,6 @@
struct ExtensionHostMsg_Request_Params;
class ExtensionInfoMap;
class GURL;
-class HostContentSettingsMap;
namespace net {
class URLRequestContextGetter;
« no previous file with comments | « chrome/browser/prefs/pref_value_store.h ('k') | chrome/browser/renderer_host/offline_resource_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698