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

Unified Diff: public/platform/modules/bluetooth/WebBluetoothDevice.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: 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: public/platform/modules/bluetooth/WebBluetoothDevice.h
diff --git a/public/platform/WebBluetoothDevice.h b/public/platform/modules/bluetooth/WebBluetoothDevice.h
similarity index 95%
copy from public/platform/WebBluetoothDevice.h
copy to public/platform/modules/bluetooth/WebBluetoothDevice.h
index adbff14bb72d6f8e614d8abcfee746ff90289405..3ae3010c9e943f7336270782de1df6f46b6f5cce 100644
--- a/public/platform/WebBluetoothDevice.h
+++ b/public/platform/modules/bluetooth/WebBluetoothDevice.h
@@ -5,8 +5,8 @@
#ifndef WebBluetoothDevice_h
#define WebBluetoothDevice_h
-#include "WebString.h"
-#include "WebVector.h"
+#include "public/platform/WebString.h"
+#include "public/platform/WebVector.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698