Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2125)

Unified Diff: chrome/browser/net/url_info.h

Issue 1731483003: chrome: Add out-of-line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698