Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: chromeos/dbus/bluetooth_input_client.cc

Issue 556833003: Fix minor issues about DBusThreadManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chromeos/dbus/bluetooth_input_client.cc
diff --git a/chromeos/dbus/bluetooth_input_client.cc b/chromeos/dbus/bluetooth_input_client.cc
index 0cc59a8eb3205fcabd8718b04e63980168230ae8..5f0cb4f4f5bc0f78979ac9da43d18ba78dc34210 100644
--- a/chromeos/dbus/bluetooth_input_client.cc
+++ b/chromeos/dbus/bluetooth_input_client.cc
@@ -34,7 +34,7 @@ class BluetoothInputClientImpl
: public BluetoothInputClient,
public dbus::ObjectManager::Interface {
public:
- BluetoothInputClientImpl() : weak_ptr_factory_(this) {}
+ BluetoothInputClientImpl() : object_manager_(NULL), weak_ptr_factory_(this) {}
virtual ~BluetoothInputClientImpl() {
object_manager_->UnregisterInterface(

Powered by Google App Engine
This is Rietveld 408576698