Backed out changeset 2450366cf7ca (bug 1891629) for causing win msix mochitest failures
[gecko.git] / widget / cocoa / nsMacUserActivityUpdater.h
blob6870a6634375855ead41b87fa9359f9216c137de
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 #ifndef nsMacUserActivityUpdater_h_
6 #define nsMacUserActivityUpdater_h_
8 #include "nsIMacUserActivityUpdater.h"
9 #include "nsCocoaWindow.h"
11 class nsMacUserActivityUpdater : public nsIMacUserActivityUpdater {
12 public:
13 nsMacUserActivityUpdater() {}
15 NS_DECL_ISUPPORTS
16 NS_DECL_NSIMACUSERACTIVITYUPDATER
18 protected:
19 virtual ~nsMacUserActivityUpdater() {}
20 BaseWindow* GetCocoaWindow(nsIBaseWindow* aWindow);
23 #endif // nsMacUserActivityUpdater_h_