Bug 1125632: Annotate ResidentUniqueReporter::CollectReports as MOZ_OVERRIDE. r=njn

This commit is contained in:
Daniel Holbert 2015-01-25 15:14:00 -08:00
parent 0676786e20
commit fe7953382c

View File

@ -156,7 +156,7 @@ public:
NS_DECL_ISUPPORTS
NS_METHOD CollectReports(nsIHandleReportCallback* aHandleReport,
nsISupports* aData, bool aAnonymize)
nsISupports* aData, bool aAnonymize) MOZ_OVERRIDE
{
int64_t amount = 0;
nsresult rv = ResidentUniqueDistinguishedAmount(&amount);