summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/fake_shill_manager_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/dbus/fake_shill_manager_client.h')
-rw-r--r--chromeos/dbus/fake_shill_manager_client.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromeos/dbus/fake_shill_manager_client.h b/chromeos/dbus/fake_shill_manager_client.h
index 313a2d4..f677350 100644
--- a/chromeos/dbus/fake_shill_manager_client.h
+++ b/chromeos/dbus/fake_shill_manager_client.h
@@ -126,7 +126,8 @@ class CHROMEOS_EXPORT FakeShillManagerClient
// {wifi,cellular,etc}={on,off,disabled,none} - sets initial state for type
void ParseCommandLineSwitch();
bool ParseOption(const std::string& arg0, const std::string& arg1);
- bool SetInitialNetworkState(std::string type_arg, std::string state_arg);
+ bool SetInitialNetworkState(std::string type_arg,
+ const std::string& state_arg);
std::string GetInitialStateForType(const std::string& type,
bool* enabled);