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 92f80e2e0813617c749195d54dc2a1d53c863d27..b21b2a16f6cdd82509322eb63e6044ac3d760643 100644 |
--- a/chromeos/dbus/fake_shill_manager_client.h |
+++ b/chromeos/dbus/fake_shill_manager_client.h |
@@ -141,6 +141,10 @@ class CHROMEOS_EXPORT FakeShillManagerClient |
// Initial state for fake services. |
std::map<std::string, std::string> shill_initial_state_map_; |
+ |
+ // Roaming state for fake cellular service. |
+ std::string roaming_state_; |
+ |
typedef std::map<std::string, base::Value*> ShillPropertyMap; |
typedef std::map<std::string, ShillPropertyMap> DevicePropertyMap; |
DevicePropertyMap shill_device_property_map_; |