From 974e913ef0fade2c11489fb9b3caf05b87a35a26 Mon Sep 17 00:00:00 2001 From: Daniel Holbert Date: Thu, 22 Jan 2015 15:15:50 -0800 Subject: [PATCH] Bug 1124784: Annotate HttpBaseChannel::GetProxyURI as MOZ_OVERRIDE. r=mcmanus DONTBUILD because just backing out & re-landing to fix bug number --- netwerk/protocol/http/HttpBaseChannel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netwerk/protocol/http/HttpBaseChannel.h b/netwerk/protocol/http/HttpBaseChannel.h index 2ad71807cef4..4c05db762f38 100644 --- a/netwerk/protocol/http/HttpBaseChannel.h +++ b/netwerk/protocol/http/HttpBaseChannel.h @@ -190,7 +190,7 @@ public: NS_IMETHOD ForceNoIntercept() MOZ_OVERRIDE; NS_IMETHOD GetTopWindowURI(nsIURI **aTopWindowURI) MOZ_OVERRIDE; NS_IMETHOD ContinueBeginConnect() MOZ_OVERRIDE; - NS_IMETHOD GetProxyURI(nsIURI **proxyURI); + NS_IMETHOD GetProxyURI(nsIURI **proxyURI) MOZ_OVERRIDE; inline void CleanRedirectCacheChainIfNecessary() {