| Index: chromecast/media/cma/test/mock_frame_provider.h
|
| diff --git a/chromecast/media/cma/base/mock_frame_provider.h b/chromecast/media/cma/test/mock_frame_provider.h
|
| similarity index 88%
|
| rename from chromecast/media/cma/base/mock_frame_provider.h
|
| rename to chromecast/media/cma/test/mock_frame_provider.h
|
| index fbea1cf61e8e2d327800c97521e9ebe031db8b2d..4b83dca96fbb5090ea866394b2efef132b0921e3 100644
|
| --- a/chromecast/media/cma/base/mock_frame_provider.h
|
| +++ b/chromecast/media/cma/test/mock_frame_provider.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 CHROMECAST_MEDIA_CMA_BASE_MOCK_FRAME_PROVIDER_H_
|
| -#define CHROMECAST_MEDIA_CMA_BASE_MOCK_FRAME_PROVIDER_H_
|
| +#ifndef CHROMECAST_MEDIA_CMA_TEST_MOCK_FRAME_PROVIDER_H_
|
| +#define CHROMECAST_MEDIA_CMA_TEST_MOCK_FRAME_PROVIDER_H_
|
|
|
| #include <vector>
|
|
|
| @@ -46,4 +46,4 @@ class MockFrameProvider : public CodedFrameProvider {
|
| } // namespace media
|
| } // namespace chromecast
|
|
|
| -#endif // CHROMECAST_MEDIA_CMA_BASE_MOCK_FRAME_PROVIDER_H_
|
| +#endif // CHROMECAST_MEDIA_CMA_TEST_MOCK_FRAME_PROVIDER_H_
|
|
|