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

Unified Diff: Source/modules/bluetooth/BluetoothError.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: 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 | « Source/modules/bluetooth/BluetoothDiscovery.cpp ('k') | public/platform/WebBluetooth.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/bluetooth/BluetoothError.cpp
diff --git a/Source/modules/bluetooth/BluetoothError.cpp b/Source/modules/bluetooth/BluetoothError.cpp
index b77e3eda99f63ca52ab4d17bccbcef626cf35083..6fe487d9ee1a5226bbd8543a4da30650c8bd2928 100644
--- a/Source/modules/bluetooth/BluetoothError.cpp
+++ b/Source/modules/bluetooth/BluetoothError.cpp
@@ -6,7 +6,7 @@
#include "modules/bluetooth/BluetoothError.h"
#include "core/dom/ExceptionCode.h"
-#include "public/platform/WebBluetoothError.h"
+#include "public/platform/modules/bluetooth/WebBluetoothError.h"
#include "wtf/OwnPtr.h"
namespace blink {
« no previous file with comments | « Source/modules/bluetooth/BluetoothDiscovery.cpp ('k') | public/platform/WebBluetooth.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698