Bug 1282571 - Followup of 1281748 Remove BlobSet.h r?baku draft
authorAlexandre Lissy <lissyx@lissyx.dyndns.org>
Mon, 27 Jun 2016 23:22:10 +0200
changeset 381803 8978e58c6b5f4b6fb8e186521c42d309ebdfa1ff
parent 381476 0e3f8401b804702c894eb5fdf7eae3cbdf618668
child 524034 2825ee2eb34078001025ba11b7c6e4ef810a7b22
push id21555
push userbmo:lissyx+mozillians@lissyx.dyndns.org
push dateTue, 28 Jun 2016 08:22:15 +0000
reviewersbaku
bugs1282571, 1281748
milestone50.0a1
Bug 1282571 - Followup of 1281748 Remove BlobSet.h r?baku MozReview-Commit-ID: 92TmpwWdVmU
dom/base/BlobSet.h
dom/bluetooth/common/webapi/BluetoothPbapRequestHandle.h
--- a/dom/base/BlobSet.h
+++ b/dom/base/BlobSet.h
@@ -7,16 +7,17 @@
 #ifndef mozilla_dom_BlobSet_h
 #define mozilla_dom_BlobSet_h
 
 #include "mozilla/RefPtr.h"
 
 namespace mozilla {
 namespace dom {
 
+class Blob;
 class BlobImpl;
 
 class BlobSet final
 {
 public:
   BlobSet()
     : mData(nullptr)
     , mDataLen(0)
--- a/dom/bluetooth/common/webapi/BluetoothPbapRequestHandle.h
+++ b/dom/bluetooth/common/webapi/BluetoothPbapRequestHandle.h
@@ -5,17 +5,16 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 #ifndef mozilla_dom_bluetooth_bluetoothpbaprequesthandle_h
 #define mozilla_dom_bluetooth_bluetoothpbaprequesthandle_h
 
 #include "nsCOMPtr.h"
 #include "mozilla/dom/bluetooth/BluetoothCommon.h"
 #include "mozilla/dom/DOMRequest.h"
-#include "mozilla/dom/BlobSet.h"
 
 namespace mozilla {
   class ErrorResult;
   namespace dom {
     class Blob;
     class DOMRequest;
   }
 }