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

Unified Diff: media/base/buffers.cc

Issue 7203002: Adding ChunkDemuxer implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address CR comments Created 9 years, 6 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/base/data_buffer.h » ('j') | media/base/data_buffer.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/buffers.cc
diff --git a/media/base/buffers.cc b/media/base/buffers.cc
index ab66b9adbd2156be59e3b83cc137ae1cf7d9e22a..606ff2c50c4c5dcd0681922af37c7b88821e36a4 100644
--- a/media/base/buffers.cc
+++ b/media/base/buffers.cc
@@ -4,6 +4,8 @@
#include "media/base/buffers.h"
+#include "base/logging.h"
+
namespace media {
const base::TimeDelta kNoTimestamp =
« no previous file with comments | « no previous file | media/base/data_buffer.h » ('j') | media/base/data_buffer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698