Bumping manifests a=b2g-bump
[gecko.git] / dom / tv / TVServiceFactory.h
blob004bc7ae6f00df73c22ea82d9a5103c1045644d5
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 mozilla_dom_TVServiceFactory_h
8 #define mozilla_dom_TVServiceFactory_h
10 #include "nsCOMPtr.h"
12 class nsITVService;
14 namespace mozilla {
15 namespace dom {
17 class FakeTVService;
19 class TVServiceFactory
21 public:
22 static already_AddRefed<FakeTVService> CreateFakeTVService();
24 static already_AddRefed<nsITVService> AutoCreateTVService();
27 } // namespace dom
28 } // namespace mozilla
30 #endif // mozilla_dom_TVServiceFactory_h