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. |