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

Unified Diff: chromecast/media/cma/test/mock_frame_consumer.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: 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
Index: chromecast/media/cma/test/mock_frame_consumer.h
diff --git a/chromecast/media/cma/base/mock_frame_consumer.h b/chromecast/media/cma/test/mock_frame_consumer.h
similarity index 91%
rename from chromecast/media/cma/base/mock_frame_consumer.h
rename to chromecast/media/cma/test/mock_frame_consumer.h
index 6c84119d159a0644e3d1f43aa905c687e26f529d..582cb7c71aabbd9c5daad28ef3b0d8a4b2af2669 100644
--- a/chromecast/media/cma/base/mock_frame_consumer.h
+++ b/chromecast/media/cma/test/mock_frame_consumer.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_CONSUMER_H_
-#define CHROMECAST_MEDIA_CMA_BASE_MOCK_FRAME_CONSUMER_H_
+#ifndef CHROMECAST_MEDIA_CMA_TEST_MOCK_FRAME_CONSUMER_H_
+#define CHROMECAST_MEDIA_CMA_TEST_MOCK_FRAME_CONSUMER_H_
#include <vector>
@@ -66,4 +66,4 @@ class MockFrameConsumer {
} // namespace media
} // namespace chromecast
-#endif // CHROMECAST_MEDIA_CMA_BASE_MOCK_FRAME_CONSUMER_H_
+#endif // CHROMECAST_MEDIA_CMA_TEST_MOCK_FRAME_CONSUMER_H_
« no previous file with comments | « chromecast/media/cma/test/frame_segmenter_for_test.cc ('k') | chromecast/media/cma/test/mock_frame_consumer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698