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/managed_state.h

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
Index: chromeos/network/managed_state.h
diff --git a/chromeos/network/managed_state.h b/chromeos/network/managed_state.h
index 7f9875e45054b3359887de1e2f31c06fcaea49af..2cab50987b84d4d10cac676acd735e0afea38c29 100644
--- a/chromeos/network/managed_state.h
+++ b/chromeos/network/managed_state.h
@@ -110,8 +110,8 @@ class CHROMEOS_EXPORT ManagedState {
std::string path_;
// Common properties shared by all managed state objects.
- std::string name_; // flimflam::kNameProperty
- std::string type_; // flimflam::kTypeProperty
+ std::string name_; // shill::kNameProperty
+ std::string type_; // shill::kTypeProperty
// Set to true when the an update has been received.
bool update_received_;
« no previous file with comments | « chromeos/network/managed_network_configuration_handler_unittest.cc ('k') | chromeos/network/managed_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698