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

Unified Diff: third_party/WebKit/Source/modules/webshare/ShareData.h

Issue 2211693002: Update navigator.share API to match draft specs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: third_party/WebKit/Source/modules/webshare/ShareData.h
diff --git a/device/bluetooth/public/interfaces/bluetooth_uuid.mojom b/third_party/WebKit/Source/modules/webshare/ShareData.h
similarity index 72%
copy from device/bluetooth/public/interfaces/bluetooth_uuid.mojom
copy to third_party/WebKit/Source/modules/webshare/ShareData.h
index 94ac31fcf3a8961333938e9204a6ff5901769e21..64d7c81c8e706202ad86ef624ddd6f3ae9a3c37d 100644
--- a/device/bluetooth/public/interfaces/bluetooth_uuid.mojom
+++ b/third_party/WebKit/Source/modules/webshare/ShareData.h
@@ -2,8 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module device.mojom;
+#ifndef ShareData_h
+#define ShareData_h
-struct BluetoothUUID {
- string uuid;
-};
+#endif // ShareData_h

Powered by Google App Engine
This is Rietveld 408576698