Bug 1145389 - Add gralloc allocation requet size check. r=nical, a=2.1+
[gecko.git] / xpcom / ds / nsAtomService.h
blobde1cced12f9b575a56fb72e673b769723267258a
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
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/. */
6 #ifndef __nsAtomService_h
7 #define __nsAtomService_h
9 #include "nsIAtomService.h"
10 #include "mozilla/Attributes.h"
12 class nsAtomService MOZ_FINAL : public nsIAtomService
14 public:
15 nsAtomService();
16 NS_DECL_THREADSAFE_ISUPPORTS
18 NS_DECL_NSIATOMSERVICE
20 private:
21 ~nsAtomService() {}
24 #endif