| Index: chrome/browser/ssl/ssl_error_classification.h
|
| diff --git a/chrome/browser/ssl/ssl_error_classification.h b/chrome/browser/ssl/ssl_error_classification.h
|
| index 2e5b3482e3b74efa78028de64fe4dda142144c62..80823c44fc5cadb45403b4e047368d9faf167f6b 100644
|
| --- a/chrome/browser/ssl/ssl_error_classification.h
|
| +++ b/chrome/browser/ssl/ssl_error_classification.h
|
| @@ -134,7 +134,7 @@ class SSLErrorClassification : public content::NotificationObserver {
|
| content::WebContents* web_contents_;
|
| // This stores the current time.
|
| base::Time current_time_;
|
| - const GURL& request_url_;
|
| + const GURL request_url_;
|
| int cert_error_;
|
| // This stores the certificate.
|
| const net::X509Certificate& cert_;
|
|
|