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

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

Issue 1059793002: bluetooth: Move Bluetooth-related Blink API headers into their own directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: bluetooth: Move Bluetooth-related Blink API headers into their own directory. 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
« no previous file with comments | « no previous file | Source/modules/bluetooth/BluetoothDiscovery.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/bluetooth/BluetoothDevice.h
diff --git a/Source/modules/bluetooth/BluetoothDevice.h b/Source/modules/bluetooth/BluetoothDevice.h
index 5f060ad11c65a2a578e0a4a230c32a0c050e7d6c..16bf5b487e05046a23586f4684ce785ff63e356d 100644
--- a/Source/modules/bluetooth/BluetoothDevice.h
+++ b/Source/modules/bluetooth/BluetoothDevice.h
@@ -7,7 +7,7 @@
#include "bindings/core/v8/ScriptWrappable.h"
#include "platform/heap/Heap.h"
-#include "public/platform/WebBluetoothDevice.h"
+#include "public/platform/modules/bluetooth/WebBluetoothDevice.h"
#include "wtf/text/WTFString.h"
namespace blink {
« no previous file with comments | « no previous file | Source/modules/bluetooth/BluetoothDiscovery.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698