| Index: chrome/browser/ssl/ssl_error_handler.h
|
| diff --git a/chrome/browser/ssl/ssl_error_handler.h b/chrome/browser/ssl/ssl_error_handler.h
|
| index cc802342831f1a2d4fde80c75455b57b2dc926d7..2589f5d31cbb65aeed8922c3a4f169f1fc759d8e 100644
|
| --- a/chrome/browser/ssl/ssl_error_handler.h
|
| +++ b/chrome/browser/ssl/ssl_error_handler.h
|
| @@ -9,12 +9,13 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/ref_counted.h"
|
| +#include "chrome/browser/renderer_host/global_request_id.h"
|
| #include "chrome/browser/ssl/ssl_manager.h"
|
| -#include "chrome/browser/renderer_host/resource_dispatcher_host.h"
|
| #include "chrome/common/filter_policy.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "webkit/glue/resource_type.h"
|
|
|
| +class ResourceDispatcherHost;
|
| class SSLCertErrorHandler;
|
| class TabContents;
|
| class URLRequest;
|
| @@ -113,7 +114,7 @@ class SSLErrorHandler : public base::RefCountedThreadSafe<SSLErrorHandler> {
|
|
|
| // The id of the URLRequest associated with this object.
|
| // Should only be accessed from the IO thread.
|
| - ResourceDispatcherHost::GlobalRequestID request_id_;
|
| + GlobalRequestID request_id_;
|
|
|
| // The ResourceDispatcherHost we are associated with.
|
| ResourceDispatcherHost* resource_dispatcher_host_;
|
|
|