diff options
Diffstat (limited to 'content/shell/renderer/test_runner/MockWebRTCPeerConnectionHandler.cpp')
-rw-r--r-- | content/shell/renderer/test_runner/MockWebRTCPeerConnectionHandler.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/content/shell/renderer/test_runner/MockWebRTCPeerConnectionHandler.cpp b/content/shell/renderer/test_runner/MockWebRTCPeerConnectionHandler.cpp index cfdbe54..831d2fb 100644 --- a/content/shell/renderer/test_runner/MockWebRTCPeerConnectionHandler.cpp +++ b/content/shell/renderer/test_runner/MockWebRTCPeerConnectionHandler.cpp @@ -20,9 +20,8 @@ #include "third_party/WebKit/public/platform/WebVector.h" using namespace blink; -using namespace content; -namespace WebTestRunner { +namespace content { class RTCSessionDescriptionRequestSuccededTask : public WebMethodTask<MockWebRTCPeerConnectionHandler> { public: @@ -283,4 +282,4 @@ void MockWebRTCPeerConnectionHandler::stop() m_stopped = true; } -} +} // namespace content |