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

Unified Diff: Source/modules/bluetooth/BluetoothDiscovery.h

Issue 1066933008: bluetooth: Refactor Bluetooth and Stub out BluetoothInteraction. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@bluetooth-uuids-fix-casing-2
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: Source/modules/bluetooth/BluetoothDiscovery.h
diff --git a/Source/modules/bluetooth/BluetoothDiscovery.h b/Source/modules/bluetooth/BluetoothDiscovery.h
index baf7b32daa469e323054db1a825e45412be43647..5e574d399c4bfa472c49a3297e81984e808331f6 100644
--- a/Source/modules/bluetooth/BluetoothDiscovery.h
+++ b/Source/modules/bluetooth/BluetoothDiscovery.h
@@ -6,7 +6,7 @@
#define BluetoothDiscovery_h
#include "bindings/core/v8/ScriptWrappable.h"
-#include "platform/heap/Visitor.h"
+#include "platform/heap/Handle.h"
namespace blink {
@@ -18,7 +18,7 @@ class BluetoothDiscovery
, public ScriptWrappable {
DEFINE_WRAPPERTYPEINFO();
public:
- ScriptPromise requestDevice(ScriptState*);
+ static ScriptPromise requestDevice(ScriptState*);
DEFINE_INLINE_TRACE() { }
};

Powered by Google App Engine
This is Rietveld 408576698