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

Unified Diff: net/base/address_list.cc

Issue 2003973002: net::AddressList no longer privately inherits from std::vector (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « net/base/address_list.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/address_list.cc
diff --git a/net/base/address_list.cc b/net/base/address_list.cc
index e11c9a7dfa831ea5bc57484fdcd1978cd858f7c2..754b396a9ec664bb6a57ae8947e8c27b7b3b7bbf 100644
--- a/net/base/address_list.cc
+++ b/net/base/address_list.cc
@@ -34,6 +34,8 @@ std::unique_ptr<base::Value> NetLogAddressListCallback(
AddressList::AddressList() {}
+AddressList::AddressList(const AddressList&) = default;
+
AddressList::~AddressList() {}
AddressList::AddressList(const IPEndPoint& endpoint) {
« no previous file with comments | « net/base/address_list.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698