| Index: content/shell/test_runner/mock_web_audio_device.h
|
| diff --git a/components/test_runner/mock_web_audio_device.h b/content/shell/test_runner/mock_web_audio_device.h
|
| similarity index 80%
|
| rename from components/test_runner/mock_web_audio_device.h
|
| rename to content/shell/test_runner/mock_web_audio_device.h
|
| index cf9f02d0940d68438c4beda31e43575edb9e3c21..bdb1c69659222c05813c3774416d85a7cf9fbf07 100644
|
| --- a/components/test_runner/mock_web_audio_device.h
|
| +++ b/content/shell/test_runner/mock_web_audio_device.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_AUDIO_DEVICE_H_
|
| -#define COMPONENTS_TEST_RUNNER_MOCK_WEB_AUDIO_DEVICE_H_
|
| +#ifndef CONTENT_SHELL_TEST_RUNNER_MOCK_WEB_AUDIO_DEVICE_H_
|
| +#define CONTENT_SHELL_TEST_RUNNER_MOCK_WEB_AUDIO_DEVICE_H_
|
|
|
| #include "base/macros.h"
|
| #include "third_party/WebKit/public/platform/WebAudioDevice.h"
|
| @@ -30,4 +30,4 @@ class MockWebAudioDevice : public blink::WebAudioDevice {
|
|
|
| } // namespace test_runner
|
|
|
| -#endif // COMPONENTS_TEST_RUNNER_MOCK_WEB_AUDIO_DEVICE_H_
|
| +#endif // CONTENT_SHELL_TEST_RUNNER_MOCK_WEB_AUDIO_DEVICE_H_
|
|
|