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

Unified Diff: media/formats/common/offset_byte_queue_unittest.cc

Issue 153103003: Move offset_byte_queue.* from media/mp4 to media/common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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 | « media/formats/common/offset_byte_queue.cc ('k') | media/formats/mp4/mp4_stream_parser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/formats/common/offset_byte_queue_unittest.cc
diff --git a/media/formats/mp4/offset_byte_queue_unittest.cc b/media/formats/common/offset_byte_queue_unittest.cc
similarity index 97%
rename from media/formats/mp4/offset_byte_queue_unittest.cc
rename to media/formats/common/offset_byte_queue_unittest.cc
index d3ce32d6d61c2481a955ee191a018edab04f9380..43d693a0b1715a4f3790ccd6f132887db0239838 100644
--- a/media/formats/mp4/offset_byte_queue_unittest.cc
+++ b/media/formats/common/offset_byte_queue_unittest.cc
@@ -6,7 +6,7 @@
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
-#include "media/formats/mp4/offset_byte_queue.h"
+#include "media/formats/common/offset_byte_queue.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace media {
« no previous file with comments | « media/formats/common/offset_byte_queue.cc ('k') | media/formats/mp4/mp4_stream_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698