diff options
Diffstat (limited to 'chrome/browser/ssl_error_info.h')
-rw-r--r-- | chrome/browser/ssl_error_info.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/ssl_error_info.h b/chrome/browser/ssl_error_info.h index caa2b25..5739a7b 100644 --- a/chrome/browser/ssl_error_info.h +++ b/chrome/browser/ssl_error_info.h @@ -34,9 +34,10 @@ #include <vector> #include "base/logging.h" -#include "googleurl/src/gurl.h" #include "net/base/x509_certificate.h" +class GURL; + // This class describes an error that happened while showing a page over SSL. // An SSLErrorInfo object only exists on the UI thread and only contains // information about an error (type of error and text details). @@ -103,4 +104,4 @@ private: std::vector<std::wstring> extra_information_; }; -#endif // CHROME_BROWSER_SSL_ERROR_INFO_H__
\ No newline at end of file +#endif // CHROME_BROWSER_SSL_ERROR_INFO_H__ |