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

Unified Diff: media/formats/common/offset_byte_queue.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.h ('k') | media/formats/common/offset_byte_queue_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/formats/common/offset_byte_queue.cc
diff --git a/media/formats/mp4/offset_byte_queue.cc b/media/formats/common/offset_byte_queue.cc
similarity index 96%
rename from media/formats/mp4/offset_byte_queue.cc
rename to media/formats/common/offset_byte_queue.cc
index a23a634efd78fa3f8fb1b352c1f7d32c9dd3da13..a2b6994e40c52ec0b96314b5000129d76283fbe2 100644
--- a/media/formats/mp4/offset_byte_queue.cc
+++ b/media/formats/common/offset_byte_queue.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "media/formats/mp4/offset_byte_queue.h"
+#include "media/formats/common/offset_byte_queue.h"
#include "base/basictypes.h"
#include "base/logging.h"
« no previous file with comments | « media/formats/common/offset_byte_queue.h ('k') | media/formats/common/offset_byte_queue_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698