Bug 1944416: Restore individual tabs from closed groups in closed windows r=dao,sessi...
[gecko.git] / browser / components / migration / nsEdgeMigrationUtils.h
blobd85fff10ada879aef0a5dc830155fd28f2eb899d
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
4 * You can obtain one at http://mozilla.org/MPL/2.0/. */
6 #ifndef nsedgemigrationutils__h__
7 #define nsedgemigrationutils__h__
9 #include "nsISupportsImpl.h"
10 #include "nsIEdgeMigrationUtils.h"
12 namespace mozilla {
14 class nsEdgeMigrationUtils final : public nsIEdgeMigrationUtils {
15 NS_DECL_ISUPPORTS
16 NS_DECL_NSIEDGEMIGRATIONUTILS
18 private:
19 ~nsEdgeMigrationUtils() = default;
22 } // namespace mozilla
24 #endif