Chromium Code Reviews| Index: chrome/browser/net/url_info.h |
| diff --git a/chrome/browser/net/url_info.h b/chrome/browser/net/url_info.h |
| index e5e9fb95d6a15a61d685fb2070d721a0dc212ec1..1f5a19c734a8e8e69f6650045b5142272d0bd524 100644 |
| --- a/chrome/browser/net/url_info.h |
| +++ b/chrome/browser/net/url_info.h |
| @@ -75,6 +75,8 @@ class UrlInfo { |
| // initializing of the Predictor's map (of info for Hostnames). |
| UrlInfo(); |
| + UrlInfo(const UrlInfo& other); |
| + |
| ~UrlInfo(); |
| // NeedDnsUpdate decides, based on our internal info, |