Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Unified Diff: chromeos/network/network_cert_migrator_unittest.cc

Issue 788633003: chromeos networking: move from security to securityclass property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@local-master
Patch Set: update wifi_sync component to use security_class() Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chromeos/network/network_cert_migrator_unittest.cc
diff --git a/chromeos/network/network_cert_migrator_unittest.cc b/chromeos/network/network_cert_migrator_unittest.cc
index 02220d4162b2ef7ac3866673c675aec021bc4136..2a329e1bf3a1f72b8434bc5933d873baec963b16 100644
--- a/chromeos/network/network_cert_migrator_unittest.cc
+++ b/chromeos/network/network_cert_migrator_unittest.cc
@@ -176,7 +176,7 @@ class NetworkCertMigratorTest : public testing::Test {
if (wifi) {
service_test_->SetServiceProperty(
name,
- shill::kSecurityProperty,
+ shill::kSecurityClassProperty,
base::StringValue(shill::kSecurity8021x));
}
}

Powered by Google App Engine
This is Rietveld 408576698