| Index: chrome/browser/load_from_memory_cache_details.h
|
| diff --git a/chrome/browser/load_from_memory_cache_details.h b/chrome/browser/load_from_memory_cache_details.h
|
| index 27dc4ee0357088ad1beecdf0bb18f3a9f8709012..0e8e793ba6609cf18c29e77fe43cacc031a424fa 100644
|
| --- a/chrome/browser/load_from_memory_cache_details.h
|
| +++ b/chrome/browser/load_from_memory_cache_details.h
|
| @@ -34,7 +34,7 @@ class LoadFromMemoryCacheDetails {
|
| int ssl_cert_id() const { return cert_id_; }
|
| int ssl_cert_status() const { return cert_status_; }
|
|
|
| -private:
|
| + private:
|
| GURL url_;
|
| std::string frame_origin_;
|
| std::string main_frame_origin_;
|
|
|