| Index: chrome/browser/chromeos/net/onc_utils.cc
|
| diff --git a/chrome/browser/chromeos/net/onc_utils.cc b/chrome/browser/chromeos/net/onc_utils.cc
|
| index e8e8cb06f08794cab704873fa8ae07e3aca488fc..9fb6704e289b5bc9418072712e91ce3b81bc241c 100644
|
| --- a/chrome/browser/chromeos/net/onc_utils.cc
|
| +++ b/chrome/browser/chromeos/net/onc_utils.cc
|
| @@ -339,7 +339,7 @@ const base::DictionaryValue* GetNetworkConfigForEthernetWithoutEAP(
|
| std::string auth;
|
| ethernet->GetStringWithoutPathExpansion(::onc::ethernet::kAuthentication,
|
| &auth);
|
| - if (auth == ::onc::ethernet::kNone)
|
| + if (auth == ::onc::ethernet::kAuthenticationNone)
|
| return network;
|
| }
|
| return NULL;
|
|
|