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

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

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: Created 5 years, 9 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.cpp
diff --git a/Source/modules/bluetooth/BluetoothDiscovery.cpp b/Source/modules/bluetooth/BluetoothDiscovery.cpp
index 4a8cd17b6fae79273388bc43fcdf35141c0b0761..4f5d26c0fc58e1470544f57d953de7e3bf16e02a 100644
--- a/Source/modules/bluetooth/BluetoothDiscovery.cpp
+++ b/Source/modules/bluetooth/BluetoothDiscovery.cpp
@@ -13,7 +13,7 @@
#include "modules/bluetooth/BluetoothDevice.h"
#include "modules/bluetooth/BluetoothError.h"
#include "public/platform/Platform.h"
-#include "public/platform/WebBluetooth.h"
+#include "public/platform/modules/bluetooth/WebBluetooth.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698