Index: media/base/pipeline_impl.cc |
diff --git a/media/base/pipeline_impl.cc b/media/base/pipeline_impl.cc |
index 589cd97dc20c365aabbc6e041ee41f4ada962a50..997dfbb809a7c2623bf44c9b419b1ef3ea913906 100644 |
--- a/media/base/pipeline_impl.cc |
+++ b/media/base/pipeline_impl.cc |
@@ -874,7 +874,7 @@ void PipelineImpl::SeekTask(base::TimeDelta time, |
// TODO(scherkus): should we run the callback? I'm tempted to say the API |
// will only execute the first Seek() request. |
VLOG(1) << "Media pipeline has not started, ignoring seek to " |
- << time.InMicroseconds(); |
+ << time.InMicroseconds(); |
return; |
} |