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

Unified Diff: media/formats/common/offset_byte_queue.h

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 | « no previous file | media/formats/common/offset_byte_queue.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.h
diff --git a/media/formats/mp4/offset_byte_queue.h b/media/formats/common/offset_byte_queue.h
similarity index 93%
rename from media/formats/mp4/offset_byte_queue.h
rename to media/formats/common/offset_byte_queue.h
index a54ee8f53c348bfd027e927b5f58b08fa081c0fc..0996f073463fbfee22267fe581e650284d9f9190 100644
--- a/media/formats/mp4/offset_byte_queue.h
+++ b/media/formats/common/offset_byte_queue.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 MEDIA_FORMATS_MP4_OFFSET_BYTE_QUEUE_H_
-#define MEDIA_FORMATS_MP4_OFFSET_BYTE_QUEUE_H_
+#ifndef MEDIA_FORMATS_COMMON_OFFSET_BYTE_QUEUE_H_
+#define MEDIA_FORMATS_COMMON_OFFSET_BYTE_QUEUE_H_
#include "base/basictypes.h"
#include "media/base/byte_queue.h"
@@ -63,4 +63,4 @@ class MEDIA_EXPORT OffsetByteQueue {
} // namespace media
-#endif // MEDIA_FORMATS_MP4_MP4_STREAM_PARSER_H_
+#endif // MEDIA_FORMATS_COMMON_OFFSET_BYTE_QUEUE_H_
« no previous file with comments | « no previous file | media/formats/common/offset_byte_queue.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698