| Index: content/shell/renderer/test_runner/MockWebRTCPeerConnectionHandler.h
|
| diff --git a/content/shell/renderer/test_runner/MockWebRTCPeerConnectionHandler.h b/content/shell/renderer/test_runner/MockWebRTCPeerConnectionHandler.h
|
| index cff8864abf8ed3a3313758c1e9e1ad14b898218a..18ccf87fd13f21b7e0e22d73cdd997c2f2e5d2e4 100644
|
| --- a/content/shell/renderer/test_runner/MockWebRTCPeerConnectionHandler.h
|
| +++ b/content/shell/renderer/test_runner/MockWebRTCPeerConnectionHandler.h
|
| @@ -17,7 +17,7 @@ namespace blink {
|
| class WebRTCPeerConnectionHandlerClient;
|
| };
|
|
|
| -namespace WebTestRunner {
|
| +namespace content {
|
|
|
| class TestInterfaces;
|
|
|
| @@ -60,6 +60,6 @@ private:
|
| DISALLOW_COPY_AND_ASSIGN(MockWebRTCPeerConnectionHandler);
|
| };
|
|
|
| -}
|
| +} // namespace content
|
|
|
| #endif // CONTENT_SHELL_RENDERER_TEST_RUNNER_MOCKWEBRTCPEERCONNECTIONHANDLER_H_
|
|
|