From 110eb900ac3f04c15c3607a7cf1a8bd044b93d6f Mon Sep 17 00:00:00 2001 From: Ehsan Akhgari Date: Sun, 22 Sep 2013 17:06:44 -0400 Subject: [PATCH] Mark the gonk SmsService class as final, no bug --- dom/mobilemessage/src/gonk/SmsService.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dom/mobilemessage/src/gonk/SmsService.h b/dom/mobilemessage/src/gonk/SmsService.h index 940cbf2fa816..a75512dbb863 100644 --- a/dom/mobilemessage/src/gonk/SmsService.h +++ b/dom/mobilemessage/src/gonk/SmsService.h @@ -10,12 +10,13 @@ #include "nsIRadioInterfaceLayer.h" #include "nsTArray.h" #include "nsString.h" +#include "mozilla/Attributes.h" namespace mozilla { namespace dom { namespace mobilemessage { -class SmsService : public nsISmsService +class SmsService MOZ_FINAL : public nsISmsService { public: NS_DECL_ISUPPORTS