Bug 1883853 [wpt PR 44937] - [wdspec] fix test_set_permission_origin_unknown, a=testonly
[gecko.git] / widget / android / nsPrintSettingsServiceAndroid.h
blob28710feb5458eb3fea7fab8676012d59dfd0c955
1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
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
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 #ifndef nsPrintSettingsServiceAndroid_h
6 #define nsPrintSettingsServiceAndroid_h
8 #include "nsPrintSettingsService.h"
9 #include "nsIPrintSettings.h"
11 class nsPrintSettingsServiceAndroid final : public nsPrintSettingsService {
12 public:
13 nsPrintSettingsServiceAndroid() {}
15 nsresult _CreatePrintSettings(nsIPrintSettings** _retval) override;
18 #endif // nsPrintSettingsServiceAndroid_h