Index: chromeos/dbus/bluetooth_device_client.cc |
diff --git a/chromeos/dbus/bluetooth_device_client.cc b/chromeos/dbus/bluetooth_device_client.cc |
index b505401d2f3b91efb7120672fa74cfbd444a64ab..00e10d39c3ca2e11bd6c352fb515330c9fec71d1 100644 |
--- a/chromeos/dbus/bluetooth_device_client.cc |
+++ b/chromeos/dbus/bluetooth_device_client.cc |
@@ -56,7 +56,8 @@ class BluetoothDeviceClientImpl |
: public BluetoothDeviceClient, |
public dbus::ObjectManager::Interface { |
public: |
- BluetoothDeviceClientImpl() : weak_ptr_factory_(this) {} |
+ BluetoothDeviceClientImpl() |
+ : object_manager_(NULL), weak_ptr_factory_(this) {} |
virtual ~BluetoothDeviceClientImpl() { |
object_manager_->UnregisterInterface( |