Backed out changeset 2450366cf7ca (bug 1891629) for causing win msix mochitest failures
[gecko.git] / dom / webbrowserpersist / WebBrowserPersistResourcesChild.h
blobff0a11ee8ff617dd44d219d3f0b5d15f38b0930a
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
3 * This Source Code Form is subject to the terms of the Mozilla Public
4 * License, v. 2.0. If a copy of the MPL was not distributed with this
5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
7 #ifndef WebBrowserPersistResourcesChild_h__
8 #define WebBrowserPersistResourcesChild_h__
10 #include "mozilla/PWebBrowserPersistResourcesChild.h"
12 #include "nsIWebBrowserPersistDocument.h"
14 namespace mozilla {
16 class WebBrowserPersistResourcesChild final
17 : public PWebBrowserPersistResourcesChild,
18 public nsIWebBrowserPersistResourceVisitor {
19 public:
20 WebBrowserPersistResourcesChild();
22 NS_DECL_NSIWEBBROWSERPERSISTRESOURCEVISITOR
23 NS_DECL_ISUPPORTS
24 private:
25 virtual ~WebBrowserPersistResourcesChild();
28 } // namespace mozilla
30 #endif // WebBrowserPersistDocumentChild_h__