Index: chromeos/dbus/update_engine_client.cc |
diff --git a/chromeos/dbus/update_engine_client.cc b/chromeos/dbus/update_engine_client.cc |
index b2ae229eab9d02b940990aa22b1c3567415965d8..0bd247ae1682faf23f45ff472695359fc6499275 100644 |
--- a/chromeos/dbus/update_engine_client.cc |
+++ b/chromeos/dbus/update_engine_client.cc |
@@ -600,7 +600,7 @@ UpdateEngineClient* UpdateEngineClient::Create( |
DBusClientImplementationType type) { |
if (type == REAL_DBUS_CLIENT_IMPLEMENTATION) |
return new UpdateEngineClientImpl(); |
- DCHECK_EQ(STUB_DBUS_CLIENT_IMPLEMENTATION, type); |
+ DCHECK_EQ(FAKE_DBUS_CLIENT_IMPLEMENTATION, type); |
if (base::CommandLine::ForCurrentProcess()->HasSwitch( |
switches::kTestAutoUpdateUI)) |
return new UpdateEngineClientFakeImpl(); |