Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chromeos / network / policy_applicator.cc
index c5f212a..088cd46 100644 (file)
@@ -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;
   }