| Index: components/onc/onc_constants.cc
|
| diff --git a/components/onc/onc_constants.cc b/components/onc/onc_constants.cc
|
| index 753eff528118cbd5b263973aa0bd9dd0c4921034..be564cfa54d39e2dbc2345809799d0aea8a29738 100644
|
| --- a/components/onc/onc_constants.cc
|
| +++ b/components/onc/onc_constants.cc
|
| @@ -132,6 +132,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
|
|
|