| Index: content/shell/test_runner/mock_web_media_stream_center.cc
|
| diff --git a/components/test_runner/mock_web_media_stream_center.cc b/content/shell/test_runner/mock_web_media_stream_center.cc
|
| similarity index 94%
|
| rename from components/test_runner/mock_web_media_stream_center.cc
|
| rename to content/shell/test_runner/mock_web_media_stream_center.cc
|
| index 38484484639d4cbc656b9c9a11fca7e01b4f1a72..3036ed4fc6581583fe37decaf780b245f6a4804b 100644
|
| --- a/components/test_runner/mock_web_media_stream_center.cc
|
| +++ b/content/shell/test_runner/mock_web_media_stream_center.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/test_runner/mock_web_media_stream_center.h"
|
| +#include "content/shell/test_runner/mock_web_media_stream_center.h"
|
|
|
| #include <stddef.h>
|
|
|
| #include "base/logging.h"
|
| #include "base/macros.h"
|
| -#include "components/test_runner/test_interfaces.h"
|
| -#include "components/test_runner/web_test_delegate.h"
|
| +#include "content/shell/test_runner/test_interfaces.h"
|
| +#include "content/shell/test_runner/web_test_delegate.h"
|
| #include "third_party/WebKit/public/platform/WebAudioDestinationConsumer.h"
|
| #include "third_party/WebKit/public/platform/WebAudioSourceProvider.h"
|
| #include "third_party/WebKit/public/platform/WebMediaStream.h"
|
|
|