| Index: components/onc/onc_constants.cc
|
| diff --git a/components/onc/onc_constants.cc b/components/onc/onc_constants.cc
|
| index 68b8755ad3b0c9b7b1167a4ded067ba55d9e6e99..b98951f344e730f03bbf0a5028e200265ed0f48e 100644
|
| --- a/components/onc/onc_constants.cc
|
| +++ b/components/onc/onc_constants.cc
|
| @@ -119,6 +119,7 @@ const char kGateway[] = "Gateway";
|
| const char kIPAddress[] = "IPAddress";
|
| const char kIPv4[] = "IPv4";
|
| const char kIPv6[] = "IPv6";
|
| +const char kNameServers[] = "NameServers";
|
| const char kRoutingPrefix[] = "RoutingPrefix";
|
| const char kType[] = "Type";
|
| } // namespace ipconfig
|
|
|