Chromium Code Reviews| Index: chromeos/dbus/dbus_client_bundle.h |
| diff --git a/chromeos/dbus/dbus_client_bundle.h b/chromeos/dbus/dbus_client_bundle.h |
| index 9d5d22d855db6b9aa40d11c11d9a8340c01faf86..bd23ca7c36a327a85f8ca905f5450fa03546c9cf 100644 |
| --- a/chromeos/dbus/dbus_client_bundle.h |
| +++ b/chromeos/dbus/dbus_client_bundle.h |
| @@ -79,8 +79,8 @@ class CHROMEOS_EXPORT DBusClientBundle { |
| ALL_CLIENTS = ~static_cast<DBusClientTypeMask>(0), |
| }; |
| + ~DBusClientBundle(); |
|
hashimoto
2014/08/26 01:54:59
nit: dtor should come after the ctor.
zel
2014/08/26 17:50:45
Done.
zel
2014/08/26 17:50:45
Done.
zel
2014/08/26 17:50:45
Done.
|
| DBusClientBundle(); |
| - virtual ~DBusClientBundle(); |
| // Initialize proper runtime environment for its dbus clients. |
| void SetupDefaultEnvironment(); |
| @@ -230,6 +230,8 @@ class CHROMEOS_EXPORT DBusClientBundle { |
| } |
| private: |
| + friend class DBusThreadManagerSetter; |
| + |
| scoped_ptr<BluetoothAdapterClient> bluetooth_adapter_client_; |
| scoped_ptr<BluetoothAgentManagerClient> bluetooth_agent_manager_client_; |
| scoped_ptr<BluetoothDeviceClient> bluetooth_device_client_; |