Delete final remnants of the buzz namespace.

The code using this namespace was deleted in cl
https://codereview.webrtc.org/2617443003.

TBR=pthatcher@webrtc.org
BUG=webrtc:5539

Review-Url: https://codereview.webrtc.org/2622543003
Cr-Commit-Position: refs/heads/master@{#15965}
This commit is contained in:
nisse 2017-01-09 08:29:51 -08:00 committed by Commit bot
parent c7e7e079a4
commit 39ced8cf35
2 changed files with 0 additions and 4 deletions

View File

@ -58,8 +58,6 @@ char kLSanDefaultSuppressions[] =
// https://code.google.com/p/webrtc/issues/detail?id=4149 for details.
"leak:StartDNSLookup\n"
// https://code.google.com/p/webrtc/issues/detail?id=2527
"leak:buzz::FakeXmppClient::SendStanza\n"
"leak:buzz::XmppTask::XmppTask\n"
"leak:HangoutPubSubClientTest::HangoutPubSubClientTest\n"
"leak:MucRoomConfigTaskTest::SetUp\n"
"leak:MucRoomDiscoveryTaskTest::SetUp\n"

View File

@ -16,8 +16,6 @@
#include "webrtc/base/constructormagic.h"
#include "webrtc/p2p/base/transportchannel.h"
namespace buzz { class XmlElement; }
namespace webrtc {
class MetricsObserverInterface;
}