Index: chromeos/test/data/network/user.onc |
diff --git a/chromeos/test/data/network/user.onc b/chromeos/test/data/network/user.onc |
index bd97bb3fc77efbbc0e73ac904b68c65c2145ae38..d95bc76cb76534d3a6526cc2e416e099890e3875 100644 |
--- a/chromeos/test/data/network/user.onc |
+++ b/chromeos/test/data/network/user.onc |
@@ -11,11 +11,9 @@ |
"ProxySettings": { |
"Type": "Direct" |
}, |
- "IPConfigs": [ |
- { "Type": "IPv4", |
- "IPAddress": "127.0.0.1", |
- "SearchDomains": [ "acme.org" ] }, |
- { "Type": "IPv4", |
- "IPAddress": "1.2.3.4" } |
- ] |
+ "StaticIPConfig": { |
+ "Type": "IPv4", |
+ "IPAddress": "1.2.3.4", |
+ "SearchDomains": [ "acme.org" ] |
+ } |
} |