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

Unified Diff: media/filters/h264_bit_reader_unittest.cc

Issue 119153002: Move H264Parser and H264BitReader to media/filters. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add test-25fps.h264 to isolate Created 7 years 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: media/filters/h264_bit_reader_unittest.cc
diff --git a/content/common/gpu/media/h264_bit_reader_unittest.cc b/media/filters/h264_bit_reader_unittest.cc
similarity index 96%
rename from content/common/gpu/media/h264_bit_reader_unittest.cc
rename to media/filters/h264_bit_reader_unittest.cc
index a02a21c12547000a3f0b4ec14be8594f55f3451c..c956ee067990e3730d3b27f548039bce907b79e4 100644
--- a/content/common/gpu/media/h264_bit_reader_unittest.cc
+++ b/media/filters/h264_bit_reader_unittest.cc
@@ -2,11 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include "media/filters/h264_bit_reader.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "content/common/gpu/media/h264_bit_reader.h"
-
-using content::H264BitReader;
+using media::H264BitReader;
scherkus (not reviewing) 2014/01/06 20:10:12 unless there's some strong reason not to, we typic
Pawel Osciak 2014/01/08 07:30:34 Done.
TEST(H264BitReaderTest, ReadStreamWithoutEscapeAndTrailingZeroBytes) {
H264BitReader reader;

Powered by Google App Engine
This is Rietveld 408576698