Index: chromeos/dbus/update_engine_client.cc |
diff --git a/chromeos/dbus/update_engine_client.cc b/chromeos/dbus/update_engine_client.cc |
index 19f3e0634b14fcc82e418da72d29ebf16fa76662..321b2472297cbd22324ab8f60b08af398c3d3288 100644 |
--- a/chromeos/dbus/update_engine_client.cc |
+++ b/chromeos/dbus/update_engine_client.cc |
@@ -564,7 +564,8 @@ UpdateEngineClient* UpdateEngineClient::Create( |
if (type == REAL_DBUS_CLIENT_IMPLEMENTATION) |
return new UpdateEngineClientImpl(); |
DCHECK_EQ(STUB_DBUS_CLIENT_IMPLEMENTATION, type); |
- if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kTestAutoUpdateUI)) |
+ if (base::CommandLine::ForCurrentProcess()->HasSwitch( |
+ switches::kTestAutoUpdateUI)) |
return new UpdateEngineClientFakeImpl(); |
else |
return new UpdateEngineClientStubImpl(); |