| Index: chromeos/dbus/power_manager_client.cc
|
| diff --git a/chromeos/dbus/power_manager_client.cc b/chromeos/dbus/power_manager_client.cc
|
| index d1c9f2c769671a13e0f9fb010c1dd84e6b4e0167..374af7f2234b3abdbb3d3e9dc1e15522a4fdb40c 100644
|
| --- a/chromeos/dbus/power_manager_client.cc
|
| +++ b/chromeos/dbus/power_manager_client.cc
|
| @@ -957,7 +957,7 @@ class PowerManagerClientStubImpl : public PowerManagerClient {
|
| }
|
|
|
| void ParseCommandLineSwitch() {
|
| - CommandLine* command_line = CommandLine::ForCurrentProcess();
|
| + base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
|
| if (!command_line || !command_line->HasSwitch(switches::kPowerStub))
|
| return;
|
| std::string option_str =
|
|
|