1 /* -*- Mode: C++; tab-width: 2; 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 nsSharePicker_h__
8 #define nsSharePicker_h__
11 #include "nsISharePicker.h"
12 #include "nsPIDOMWindow.h"
13 #include "nsThreadUtils.h"
15 class nsSharePicker
: public nsISharePicker
{
16 virtual ~nsSharePicker() = default;
19 nsSharePicker() = default;
22 NS_DECL_NSISHAREPICKER
26 mozIDOMWindowProxy
* mOpenerWindow
;
29 #endif // nsSharePicker_h__