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

Unified Diff: chromeos/network/client_cert_resolver_unittest.cc

Issue 24348002: Migrate DBus service constants from flimflam namespace to shill namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased to ToT Created 7 years, 3 months 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
« no previous file with comments | « no previous file | chromeos/network/client_cert_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/client_cert_resolver_unittest.cc
diff --git a/chromeos/network/client_cert_resolver_unittest.cc b/chromeos/network/client_cert_resolver_unittest.cc
index f275c825428d2d359458a2f67cb83f27b5ac9ba6..b802bf38af86515c9933e818bbbf6359daf1300f 100644
--- a/chromeos/network/client_cert_resolver_unittest.cc
+++ b/chromeos/network/client_cert_resolver_unittest.cc
@@ -145,12 +145,12 @@ class ClientCertResolverTest : public testing::Test {
const bool add_to_watchlist = true;
service_test_->AddService(kWifiStub,
kWifiSSID,
- flimflam::kTypeWifi,
- flimflam::kStateOnline,
+ shill::kTypeWifi,
+ shill::kStateOnline,
add_to_visible,
add_to_watchlist);
service_test_->SetServiceProperty(
- kWifiStub, flimflam::kGuidProperty, base::StringValue(kWifiStub));
+ kWifiStub, shill::kGuidProperty, base::StringValue(kWifiStub));
profile_test_->AddService(kUserProfilePath, kWifiStub);
}
@@ -196,7 +196,7 @@ class ClientCertResolverTest : public testing::Test {
service_test_->GetServiceProperties(kWifiStub);
if (!properties)
return;
- properties->GetStringWithoutPathExpansion(flimflam::kEapCertIdProperty,
+ properties->GetStringWithoutPathExpansion(shill::kEapCertIdProperty,
pkcs11_id);
}
« no previous file with comments | « no previous file | chromeos/network/client_cert_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698