| Index: content/shell/test_runner/mock_webrtc_dtmf_sender_handler.h
|
| diff --git a/components/test_runner/mock_webrtc_dtmf_sender_handler.h b/content/shell/test_runner/mock_webrtc_dtmf_sender_handler.h
|
| similarity index 87%
|
| rename from components/test_runner/mock_webrtc_dtmf_sender_handler.h
|
| rename to content/shell/test_runner/mock_webrtc_dtmf_sender_handler.h
|
| index 20b2b039e8feb14a4e2ea5b3b74ad5fd29c6713a..8182db00cd3e71e00db60df94fc6fd3503d1fd2d 100644
|
| --- a/components/test_runner/mock_webrtc_dtmf_sender_handler.h
|
| +++ b/content/shell/test_runner/mock_webrtc_dtmf_sender_handler.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_TEST_RUNNER_MOCK_WEBRTC_DTMF_SENDER_HANDLER_H_
|
| -#define COMPONENTS_TEST_RUNNER_MOCK_WEBRTC_DTMF_SENDER_HANDLER_H_
|
| +#ifndef CONTENT_SHELL_TEST_RUNNER_MOCK_WEBRTC_DTMF_SENDER_HANDLER_H_
|
| +#define CONTENT_SHELL_TEST_RUNNER_MOCK_WEBRTC_DTMF_SENDER_HANDLER_H_
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| @@ -46,4 +46,4 @@ class MockWebRTCDTMFSenderHandler : public blink::WebRTCDTMFSenderHandler {
|
|
|
| } // namespace test_runner
|
|
|
| -#endif // COMPONENTS_TEST_RUNNER_MOCK_WEBRTC_DTMF_SENDER_HANDLER_H_
|
| +#endif // CONTENT_SHELL_TEST_RUNNER_MOCK_WEBRTC_DTMF_SENDER_HANDLER_H_
|
|
|