summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_adapter_win.cc
diff options
context:
space:
mode:
authordbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-08 05:35:24 +0000
committerdbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-08 05:35:24 +0000
commitfb441961d60063478f9c4e8cf57b9968f28e6aef (patch)
tree87666bee60c026723969d4749e6d3500467194c4 /device/bluetooth/bluetooth_adapter_win.cc
parenta15385f81cdeab34ce44b2f7648a162fcea371a3 (diff)
downloadchromium_src-fb441961d60063478f9c4e8cf57b9968f28e6aef.zip
chromium_src-fb441961d60063478f9c4e8cf57b9968f28e6aef.tar.gz
chromium_src-fb441961d60063478f9c4e8cf57b9968f28e6aef.tar.bz2
Revert 198844 "Move sequenced_task_runner to base/task"
Reverting revisions that rely on r198820 so to unbreak the build. > Move sequenced_task_runner to base/task > > BUG= > R=akalin@chromium.org > > Review URL: https://codereview.chromium.org/14927008 TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/14985007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198848 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device/bluetooth/bluetooth_adapter_win.cc')
-rw-r--r--device/bluetooth/bluetooth_adapter_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/bluetooth/bluetooth_adapter_win.cc b/device/bluetooth/bluetooth_adapter_win.cc
index 3dbdee0..f6ca1d6 100644
--- a/device/bluetooth/bluetooth_adapter_win.cc
+++ b/device/bluetooth/bluetooth_adapter_win.cc
@@ -9,9 +9,9 @@
#include <utility>
#include "base/logging.h"
+#include "base/sequenced_task_runner.h"
#include "base/single_thread_task_runner.h"
#include "base/stl_util.h"
-#include "base/task/sequenced_task_runner.h"
#include "base/thread_task_runner_handle.h"
#include "device/bluetooth/bluetooth_device_win.h"
#include "device/bluetooth/bluetooth_task_manager_win.h"