Index: components/test_runner/mock_webrtc_peer_connection_handler.cc |
diff --git a/content/shell/renderer/test_runner/mock_webrtc_peer_connection_handler.cc b/components/test_runner/mock_webrtc_peer_connection_handler.cc |
similarity index 97% |
rename from content/shell/renderer/test_runner/mock_webrtc_peer_connection_handler.cc |
rename to components/test_runner/mock_webrtc_peer_connection_handler.cc |
index ffc8a60954571f5b9cddfb392cd24f50fd7d6117..3e357cd6063fe1d3f3dbfa740b1151b19b33114c 100644 |
--- a/content/shell/renderer/test_runner/mock_webrtc_peer_connection_handler.cc |
+++ b/components/test_runner/mock_webrtc_peer_connection_handler.cc |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "content/shell/renderer/test_runner/mock_webrtc_peer_connection_handler.h" |
+#include "components/test_runner/mock_webrtc_peer_connection_handler.h" |
-#include "content/shell/renderer/test_runner/mock_constraints.h" |
-#include "content/shell/renderer/test_runner/mock_webrtc_data_channel_handler.h" |
-#include "content/shell/renderer/test_runner/mock_webrtc_dtmf_sender_handler.h" |
-#include "content/shell/renderer/test_runner/test_interfaces.h" |
-#include "content/shell/renderer/test_runner/web_test_delegate.h" |
+#include "components/test_runner/mock_constraints.h" |
+#include "components/test_runner/mock_webrtc_data_channel_handler.h" |
+#include "components/test_runner/mock_webrtc_dtmf_sender_handler.h" |
+#include "components/test_runner/test_interfaces.h" |
+#include "components/test_runner/web_test_delegate.h" |
#include "third_party/WebKit/public/platform/WebMediaConstraints.h" |
#include "third_party/WebKit/public/platform/WebMediaStream.h" |
#include "third_party/WebKit/public/platform/WebMediaStreamSource.h" |