0

Remove implicit conversions from scoped_refptr to T* in device/

This patch was generated by running the rewrite_scoped_refptr clang tool
on a Windows build.

BUG=110610

Review URL: https://codereview.chromium.org/720973002

Cr-Commit-Position: refs/heads/master@{#303940}
This commit is contained in:
dcheng
2014-11-12 16:48:31 -08:00
committed by Commit bot
parent d47fd723e1
commit 8c6ae495cf

@ -46,7 +46,7 @@ BluetoothAdapterWin::BluetoothAdapterWin(const InitCallback& init_callback)
}
BluetoothAdapterWin::~BluetoothAdapterWin() {
if (task_manager_) {
if (task_manager_.get()) {
task_manager_->RemoveObserver(this);
task_manager_->Shutdown();
}