From 33f9f1727543cc35333a183aa6964cbe08472803 Mon Sep 17 00:00:00 2001 From: Doug Turner Date: Mon, 7 Jun 2010 15:54:54 -0700 Subject: [PATCH] HttpBaseChannel.cpp was missing from the http fixup in rev 03c8158afebe --HG-- extra : rebase_source : 2ae8a865de36b2d67abe0d44a1341b0374edddc2 --- netwerk/protocol/http/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/netwerk/protocol/http/Makefile.in b/netwerk/protocol/http/Makefile.in index 97b63ee0972..63b65acbab0 100644 --- a/netwerk/protocol/http/Makefile.in +++ b/netwerk/protocol/http/Makefile.in @@ -101,6 +101,7 @@ CPPSRCS = \ nsHttpNTLMAuth.cpp \ nsHttpTransaction.cpp \ nsHttpHandler.cpp \ + HttpBaseChannel.cpp \ nsHttpChannel.cpp \ nsHttpPipeline.cpp \ nsHttpActivityDistributor.cpp \