| Index: chromeos/network/policy_applicator.cc | 
| diff --git a/chromeos/network/policy_applicator.cc b/chromeos/network/policy_applicator.cc | 
| index c5f212aed7b6a0d75fa2139de24d4d272811052b..088cd469d6f204792aada673c07d2c9d2471ab99 100644 | 
| --- a/chromeos/network/policy_applicator.cc | 
| +++ b/chromeos/network/policy_applicator.cc | 
| @@ -256,7 +256,7 @@ void PolicyApplicator::WriteNewShillConfiguration( | 
| std::string auth; | 
| ethernet->GetStringWithoutPathExpansion(::onc::ethernet::kAuthentication, | 
| &auth); | 
| -    if (auth == ::onc::ethernet::kNone) | 
| +    if (auth == ::onc::ethernet::kAuthenticationNone) | 
| return; | 
| } | 
|  | 
|  |