Bug 1341809 - Fix unified build bustage in GroupedHistory.{h,cpp}. r=ehsan draft
authorAndrew McCreight <continuation@gmail.com>
Wed, 22 Feb 2017 13:32:06 -0800
changeset 488247 9e934d2bbbcda863b25c2c533325ad20b951ab96
parent 488125 7abeac2f2d668554f0093fc0bdb1488f9a77d16e
child 488259 07185827bca45ea2e99b28add3963e42609281bb
push id46476
push userbmo:continuation@gmail.com
push dateWed, 22 Feb 2017 21:49:59 +0000
reviewersehsan
bugs1341809
milestone54.0a1
Bug 1341809 - Fix unified build bustage in GroupedHistory.{h,cpp}. r=ehsan MozReview-Commit-ID: JCZdiiHM41e
dom/base/GroupedSHistory.cpp
dom/base/GroupedSHistory.h
--- a/dom/base/GroupedSHistory.cpp
+++ b/dom/base/GroupedSHistory.cpp
@@ -1,15 +1,17 @@
 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
 /* vim: set ts=8 sts=2 et sw=2 tw=80: */
 /* This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 #include "GroupedSHistory.h"
+
+#include "mozilla/dom/Promise.h"
 #include "TabParent.h"
 #include "PartialSHistory.h"
 
 namespace mozilla {
 namespace dom {
 
 NS_IMPL_CYCLE_COLLECTION_CLASS(GroupedSHistory)
 
--- a/dom/base/GroupedSHistory.h
+++ b/dom/base/GroupedSHistory.h
@@ -6,16 +6,19 @@
 
 #ifndef GroupedSHistory_h
 #define GroupedSHistory_h
 
 #include "nsIFrameLoader.h"
 #include "nsIGroupedSHistory.h"
 #include "nsIPartialSHistory.h"
 #include "nsTArray.h"
+#include "nsCOMArray.h"
+#include "nsCOMPtr.h"
+#include "nsCycleCollectionParticipant.h"
 #include "nsWeakReference.h"
 
 namespace mozilla {
 namespace dom {
 
 
 /**
  * GroupedSHistory connects session histories across multiple frameloaders.