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

Unified Diff: device/bluetooth/bluetooth_adapter_chromeos.h

Issue 1080593007: bluetooth: Stub out BluetoothAdapterAndroid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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_adapter_chromeos.h
diff --git a/device/bluetooth/bluetooth_adapter_chromeos.h b/device/bluetooth/bluetooth_adapter_chromeos.h
index 1811287ada8a32296f05095f7623608cacc8443e..13942d8c387bd16ea96207c0bf377b2d2cb2fdd2 100644
--- a/device/bluetooth/bluetooth_adapter_chromeos.h
+++ b/device/bluetooth/bluetooth_adapter_chromeos.h
@@ -12,7 +12,6 @@
#include <vector>
#include "base/memory/weak_ptr.h"
-#include "base/sequenced_task_runner.h"
#include "chromeos/dbus/bluetooth_adapter_client.h"
#include "chromeos/dbus/bluetooth_agent_service_provider.h"
#include "chromeos/dbus/bluetooth_device_client.h"
@@ -26,6 +25,10 @@
#include "device/bluetooth/bluetooth_discovery_session.h"
#include "device/bluetooth/bluetooth_export.h"
+namespace base {
+class SequencedTaskRunner;
+} // namespace base
armansito 2015/04/29 01:17:28 Is this a fly-by fix? Better to put it in its own
scheib 2015/04/29 01:35:14 Done. https://codereview.chromium.org/1111153002/
+
namespace device {
class BluetoothSocketThread;
} // namespace device

Powered by Google App Engine
This is Rietveld 408576698