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

Unified Diff: chromecast/media/cma/base/buffering_frame_provider_unittest.cc

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: style fixes 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
« no previous file with comments | « no previous file | chromecast/media/cma/base/frame_generator_for_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cma/base/buffering_frame_provider_unittest.cc
diff --git a/chromecast/media/cma/base/buffering_frame_provider_unittest.cc b/chromecast/media/cma/base/buffering_frame_provider_unittest.cc
index 6f7902a70b86e480bc0d43dbbbc00708b247737c..c24862f4932b11d0d5c74e9003b8bd2d57183c0e 100644
--- a/chromecast/media/cma/base/buffering_frame_provider_unittest.cc
+++ b/chromecast/media/cma/base/buffering_frame_provider_unittest.cc
@@ -13,9 +13,9 @@
#include "base/time/time.h"
#include "chromecast/media/cma/base/buffering_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/base/mock_frame_consumer.h"
-#include "chromecast/media/cma/base/mock_frame_provider.h"
+#include "chromecast/media/cma/test/frame_generator_for_test.h"
+#include "chromecast/media/cma/test/mock_frame_consumer.h"
+#include "chromecast/media/cma/test/mock_frame_provider.h"
#include "media/base/audio_decoder_config.h"
#include "media/base/decoder_buffer.h"
#include "media/base/video_decoder_config.h"
« no previous file with comments | « no previous file | chromecast/media/cma/base/frame_generator_for_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698