Chromium Code Reviews| Index: media/base/pipeline_impl.h |
| diff --git a/media/base/pipeline_impl.h b/media/base/pipeline_impl.h |
| index 9a217fd80a270335a185880cbb96be845a105804..30851543d95a0739c84297708b725adff608f11a 100644 |
| --- a/media/base/pipeline_impl.h |
| +++ b/media/base/pipeline_impl.h |
| @@ -280,7 +280,7 @@ class PipelineImpl : public Pipeline, public FilterHost { |
| MessageLoop* message_loop_; |
| // Lock used to serialize access for the following data members. |
| - mutable Lock lock_; |
| + mutable base::Lock lock_; |
| // Whether or not the pipeline is running. |
| bool running_; |