summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_task_manager_win.h
diff options
context:
space:
mode:
authoryoungki@chromium.org <youngki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-18 21:07:03 +0000
committeryoungki@chromium.org <youngki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-18 21:07:03 +0000
commit6cc9b8da83a5ed6c44a8e32b570cd0783fae1073 (patch)
tree57e29d09d7dd515438ad99729fad1219b80e2fb7 /device/bluetooth/bluetooth_task_manager_win.h
parent90c82955e2f76f7e393983653193e02302efecd4 (diff)
downloadchromium_src-6cc9b8da83a5ed6c44a8e32b570cd0783fae1073.zip
chromium_src-6cc9b8da83a5ed6c44a8e32b570cd0783fae1073.tar.gz
chromium_src-6cc9b8da83a5ed6c44a8e32b570cd0783fae1073.tar.bz2
Implemented BluetoothSocketMac.
BUG=135472 Review URL: https://chromiumcodereview.appspot.com/12693010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188816 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device/bluetooth/bluetooth_task_manager_win.h')
-rw-r--r--device/bluetooth/bluetooth_task_manager_win.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/device/bluetooth/bluetooth_task_manager_win.h b/device/bluetooth/bluetooth_task_manager_win.h
index 9b8d690..3608667 100644
--- a/device/bluetooth/bluetooth_task_manager_win.h
+++ b/device/bluetooth/bluetooth_task_manager_win.h
@@ -67,7 +67,7 @@ class BluetoothTaskManagerWin
virtual void DevicesDiscovered(const ScopedVector<DeviceState>& devices) {}
};
- BluetoothTaskManagerWin(
+ explicit BluetoothTaskManagerWin(
scoped_refptr<base::SequencedTaskRunner> ui_task_runner);
void AddObserver(Observer* observer);
@@ -154,4 +154,4 @@ class BluetoothTaskManagerWin
} // namespace device
-#endif // DEVICE_BLUETOOTH_BLUETOOTH_TASK_MANAGER_WIN_H_ \ No newline at end of file
+#endif // DEVICE_BLUETOOTH_BLUETOOTH_TASK_MANAGER_WIN_H_