summaryrefslogtreecommitdiffstats
path: root/content/shell/renderer/test_runner/MockWebRTCPeerConnectionHandler.cpp
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-04 05:16:16 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-04 05:16:16 +0000
commit79ecada319a1c20f49a97668b083ecae7555ff07 (patch)
tree9484426b6db4aed32b906f8773030864b933b7d1 /content/shell/renderer/test_runner/MockWebRTCPeerConnectionHandler.cpp
parenteb4f7a3bb7290b74933563871be585c0dcd1d5af (diff)
downloadchromium_src-79ecada319a1c20f49a97668b083ecae7555ff07.zip
chromium_src-79ecada319a1c20f49a97668b083ecae7555ff07.tar.gz
chromium_src-79ecada319a1c20f49a97668b083ecae7555ff07.tar.bz2
test_runner: Move everything else into content namespace.
BUG=331299 TEST=None, no functional changes. Green trybots. TBR=jochen@chromium.org Review URL: https://codereview.chromium.org/264003003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268097 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/renderer/test_runner/MockWebRTCPeerConnectionHandler.cpp')
-rw-r--r--content/shell/renderer/test_runner/MockWebRTCPeerConnectionHandler.cpp5
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