| Index: content/shell/test_runner/mock_web_user_media_client.h
|
| diff --git a/components/test_runner/mock_web_user_media_client.h b/content/shell/test_runner/mock_web_user_media_client.h
|
| similarity index 86%
|
| rename from components/test_runner/mock_web_user_media_client.h
|
| rename to content/shell/test_runner/mock_web_user_media_client.h
|
| index 818db92031a1bd8227e83477d05f2f0e44b05ad5..c84ec359b9125187947ae76a0f60548673223675 100644
|
| --- a/components/test_runner/mock_web_user_media_client.h
|
| +++ b/content/shell/test_runner/mock_web_user_media_client.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_WEB_USER_MEDIA_CLIENT_H_
|
| -#define COMPONENTS_TEST_RUNNER_MOCK_WEB_USER_MEDIA_CLIENT_H_
|
| +#ifndef CONTENT_SHELL_TEST_RUNNER_MOCK_WEB_USER_MEDIA_CLIENT_H_
|
| +#define CONTENT_SHELL_TEST_RUNNER_MOCK_WEB_USER_MEDIA_CLIENT_H_
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| @@ -37,4 +37,4 @@ class MockWebUserMediaClient : public blink::WebUserMediaClient {
|
|
|
| } // namespace test_runner
|
|
|
| -#endif // COMPONENTS_TEST_RUNNER_MOCK_WEB_USER_MEDIA_CLIENT_H_
|
| +#endif // CONTENT_SHELL_TEST_RUNNER_MOCK_WEB_USER_MEDIA_CLIENT_H_
|
|
|