no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / toolkit / components / aboutwindowsmessages / AboutWindowsMessages.h
blobc236bbcd30d00547619ead46866bbf890c95be96
1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* vim: set ts=8 sts=2 et sw=2 tw=80: */
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 __AboutWindowsMessages_h__
8 #define __AboutWindowsMessages_h__
10 #include "mozilla/MozPromise.h"
11 #include "nsIAboutWindowsMessages.h"
13 namespace mozilla {
15 class AboutWindowsMessages final : public nsIAboutWindowsMessages {
16 ~AboutWindowsMessages() = default;
18 public:
19 static already_AddRefed<AboutWindowsMessages> GetSingleton();
21 AboutWindowsMessages() = default;
23 NS_DECL_THREADSAFE_ISUPPORTS
24 NS_DECL_NSIABOUTWINDOWSMESSAGES
27 } // namespace mozilla
29 #endif // __AboutWindowsMessages_h__