| 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;
|
|
|