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

Unified Diff: device/bluetooth/bluetooth_task_manager_win_unittest.cc

Issue 12018024: Implemented Asynchronous Initialization of BluetoothAdapter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Renamed RunCallbackOnAdapterReady to GetAdapter. Created 7 years, 11 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: device/bluetooth/bluetooth_task_manager_win_unittest.cc
diff --git a/device/bluetooth/bluetooth_task_manager_win_unittest.cc b/device/bluetooth/bluetooth_task_manager_win_unittest.cc
index ce2da31bf52f910393ed0299cff661836e1eff5e..99e7e2f003128ce6950e4fc306273bf91fa5bebb 100644
--- a/device/bluetooth/bluetooth_task_manager_win_unittest.cc
+++ b/device/bluetooth/bluetooth_task_manager_win_unittest.cc
@@ -8,6 +8,7 @@
#include "base/memory/ref_counted.h"
#include "base/test/test_pending_task.h"
#include "base/test/test_simple_task_runner.h"
+#include "device/bluetooth/bluetooth_init_win.h"
#include "device/bluetooth/bluetooth_task_manager_win.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -45,7 +46,7 @@ class BluetoothTaskManagerWinTest : public testing::Test {
bluetooth_task_runner_(new base::TestSimpleTaskRunner()),
task_manager_(new BluetoothTaskManagerWin(ui_task_runner_,
bluetooth_task_runner_)),
- has_bluetooth_stack_(BluetoothTaskManagerWin::HasBluetoothStack()) {
+ has_bluetooth_stack_(device::bluetooth_init_win::HasBluetoothStack()) {
}
virtual void SetUp() {

Powered by Google App Engine
This is Rietveld 408576698