| Index: content/browser/media/capture/web_contents_audio_input_stream_unittest.cc
|
| diff --git a/content/browser/renderer_host/media/web_contents_audio_input_stream_unittest.cc b/content/browser/media/capture/web_contents_audio_input_stream_unittest.cc
|
| similarity index 98%
|
| rename from content/browser/renderer_host/media/web_contents_audio_input_stream_unittest.cc
|
| rename to content/browser/media/capture/web_contents_audio_input_stream_unittest.cc
|
| index 4a782aad12acaa3cedcc942761c926d3eb94c3ac..c9afbf1e0f9a179814d117bd7553b0d7cd1d4e12 100644
|
| --- a/content/browser/renderer_host/media/web_contents_audio_input_stream_unittest.cc
|
| +++ b/content/browser/media/capture/web_contents_audio_input_stream_unittest.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/browser/renderer_host/media/web_contents_audio_input_stream.h"
|
| +#include "content/browser/media/capture/web_contents_audio_input_stream.h"
|
|
|
| #include <list>
|
|
|
| @@ -12,8 +12,8 @@
|
| #include "base/synchronization/waitable_event.h"
|
| #include "base/threading/thread.h"
|
| #include "content/browser/browser_thread_impl.h"
|
| -#include "content/browser/renderer_host/media/audio_mirroring_manager.h"
|
| -#include "content/browser/renderer_host/media/web_contents_tracker.h"
|
| +#include "content/browser/media/capture/audio_mirroring_manager.h"
|
| +#include "content/browser/media/capture/web_contents_tracker.h"
|
| #include "media/audio/simple_sources.h"
|
| #include "media/audio/virtual_audio_input_stream.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|