| Index: chromecast/media/cma/test/mock_frame_consumer.cc
|
| diff --git a/chromecast/media/cma/base/mock_frame_consumer.cc b/chromecast/media/cma/test/mock_frame_consumer.cc
|
| similarity index 96%
|
| rename from chromecast/media/cma/base/mock_frame_consumer.cc
|
| rename to chromecast/media/cma/test/mock_frame_consumer.cc
|
| index a32989dd391fde4ecfc39ccb2689fc75e986da91..d1fc5df75cbe08c8072af11314aa39e82d9b4c6c 100644
|
| --- a/chromecast/media/cma/base/mock_frame_consumer.cc
|
| +++ b/chromecast/media/cma/test/mock_frame_consumer.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 "chromecast/media/cma/base/mock_frame_consumer.h"
|
| +#include "chromecast/media/cma/test/mock_frame_consumer.h"
|
|
|
| #include "base/bind.h"
|
| #include "base/location.h"
|
| @@ -10,7 +10,7 @@
|
| #include "base/time/time.h"
|
| #include "chromecast/media/cma/base/coded_frame_provider.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/video_decoder_config.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|