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_; |