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

Unified Diff: net/base/ip_address.h

Issue 1769783002: Migrate net::IPAddressList to net::IPAddress. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments eroman Created 4 years, 9 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: net/base/ip_address.h
diff --git a/net/base/ip_address.h b/net/base/ip_address.h
index 2fb54b40adf258cd4914eff447a249e9095ac086..8049ef8667e8da51c4f57640fd8745e465189e0d 100644
--- a/net/base/ip_address.h
+++ b/net/base/ip_address.h
@@ -105,6 +105,8 @@ class NET_EXPORT IPAddress {
// This class is copyable and assignable.
};
+using IPAddressList = std::vector<IPAddress>;
+
// TODO(Martijnc): These utility functions currently forward the calls to
// the IPAddressNumber implementations. Move the implementations over when
// the IPAddressNumber migration is complete. https://crbug.com/496258.

Powered by Google App Engine
This is Rietveld 408576698