| Index: chromecast/media/cma/test/mock_frame_provider.cc
|
| diff --git a/chromecast/media/cma/base/mock_frame_provider.cc b/chromecast/media/cma/test/mock_frame_provider.cc
|
| similarity index 95%
|
| rename from chromecast/media/cma/base/mock_frame_provider.cc
|
| rename to chromecast/media/cma/test/mock_frame_provider.cc
|
| index 286c50ae2bca5ed6e39a281fe636116c5a0071b2..9d8d58867dce4ab93f00caa82a0fe2eca3d870b1 100644
|
| --- a/chromecast/media/cma/base/mock_frame_provider.cc
|
| +++ b/chromecast/media/cma/test/mock_frame_provider.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 "chromecast/media/cma/base/mock_frame_provider.h"
|
| +#include "chromecast/media/cma/test/mock_frame_provider.h"
|
|
|
| #include "base/bind.h"
|
| #include "base/location.h"
|
| #include "base/message_loop/message_loop_proxy.h"
|
| #include "base/time/time.h"
|
| #include "chromecast/media/cma/base/decoder_buffer_base.h"
|
| -#include "chromecast/media/cma/base/frame_generator_for_test.h"
|
| +#include "chromecast/media/cma/test/frame_generator_for_test.h"
|
| #include "media/base/audio_decoder_config.h"
|
| #include "media/base/decoder_buffer.h"
|
| #include "media/base/video_decoder_config.h"
|
|
|