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

Unified Diff: content/public/browser/resource_dispatcher_host_delegate.h

Issue 11574040: Get rid of ipc_sender.h include in ipc_message.h. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: asdf Created 8 years 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
Index: content/public/browser/resource_dispatcher_host_delegate.h
diff --git a/content/public/browser/resource_dispatcher_host_delegate.h b/content/public/browser/resource_dispatcher_host_delegate.h
index 4205b2a2fd548b4b6dc79fc3b497c7722947d4a0..bee58fbc53439b1dd2f47aa8079b5a26523b00ed 100644
--- a/content/public/browser/resource_dispatcher_host_delegate.h
+++ b/content/public/browser/resource_dispatcher_host_delegate.h
@@ -9,7 +9,6 @@
#include "base/basictypes.h"
#include "content/common/content_export.h"
-#include "ipc/ipc_message.h"
#include "webkit/glue/resource_type.h"
class GURL;
@@ -26,6 +25,10 @@ struct Referrer;
struct ResourceResponse;
}
+namespace IPC {
+class Sender;
+}
+
namespace net {
class AuthChallengeInfo;
class SSLCertRequestInfo;
« no previous file with comments | « content/browser/renderer_host/p2p/socket_host_udp.cc ('k') | content/public/test/render_view_fake_resources_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698