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

Unified Diff: chromeos/network/managed_state.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 | « chromeos/network/managed_state.h ('k') | chromeos/network/network_cert_migrator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/managed_state.cc
diff --git a/chromeos/network/managed_state.cc b/chromeos/network/managed_state.cc
index cedddf325840917f8a9915f004d76072f769bd15..b4f77fb55e349ef632eeabc5c8a60b10559fa9e1 100644
--- a/chromeos/network/managed_state.cc
+++ b/chromeos/network/managed_state.cc
@@ -66,9 +66,9 @@ bool ManagedState::InitialPropertiesReceived(
bool ManagedState::ManagedStatePropertyChanged(const std::string& key,
const base::Value& value) {
- if (key == flimflam::kNameProperty) {
+ if (key == shill::kNameProperty) {
return GetStringValue(key, value, &name_);
- } else if (key == flimflam::kTypeProperty) {
+ } else if (key == shill::kTypeProperty) {
return GetStringValue(key, value, &type_);
}
return false;
« no previous file with comments | « chromeos/network/managed_state.h ('k') | chromeos/network/network_cert_migrator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698