Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5901)

Unified Diff: chromecast/media/cma/test/mock_frame_provider.h

Issue 609383004: Chromecast: adds test frame-segmenter code to support CMA unit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cma-decrypt-context
Patch Set: fix includes Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698