Index: chromeos/dbus/fake_shill_manager_client.cc |
diff --git a/chromeos/dbus/fake_shill_manager_client.cc b/chromeos/dbus/fake_shill_manager_client.cc |
index 2ef8327d0f07f07938ce013adbe012d8bfc41dc1..7a8e633b3c41338833eb5bab036a652a37e85864 100644 |
--- a/chromeos/dbus/fake_shill_manager_client.cc |
+++ b/chromeos/dbus/fake_shill_manager_client.cc |
@@ -977,7 +977,7 @@ void FakeShillManagerClient::ParseCommandLineSwitch() { |
SetInitialNetworkState(shill::kTypeVPN, shill::kStateIdle); |
// Parse additional options |
- CommandLine* command_line = CommandLine::ForCurrentProcess(); |
+ base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); |
if (!command_line->HasSwitch(switches::kShillStub)) |
return; |