Index: chromeos/dbus/fake_shill_manager_client.h |
diff --git a/chromeos/dbus/fake_shill_manager_client.h b/chromeos/dbus/fake_shill_manager_client.h |
index 4a94199884668f733c312e0d30b83efb486bcb2c..34b10a5bb456e44937db01d996916a0cba066134 100644 |
--- a/chromeos/dbus/fake_shill_manager_client.h |
+++ b/chromeos/dbus/fake_shill_manager_client.h |
@@ -144,6 +144,9 @@ class CHROMEOS_EXPORT FakeShillManagerClient |
// Initial state for fake services. |
std::map<std::string, std::string> shill_initial_state_map_; |
+ typedef std::map<std::string, base::Value*> ShillPropertyMap; |
+ typedef std::map<std::string, ShillPropertyMap> DevicePropertyMap; |
+ DevicePropertyMap shill_device_property_map_; |
stevenjb
2014/07/18 00:29:40
This is kind of overkill for what is currently a s
|
ObserverList<ShillPropertyChangedObserver> observer_list_; |