summaryrefslogtreecommitdiffstats
path: root/media/tools/player_wtl/movie.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/tools/player_wtl/movie.h')
-rw-r--r--media/tools/player_wtl/movie.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/media/tools/player_wtl/movie.h b/media/tools/player_wtl/movie.h
index 0b407bf..f6a3c44 100644
--- a/media/tools/player_wtl/movie.h
+++ b/media/tools/player_wtl/movie.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -18,7 +18,7 @@ template <typename T> struct DefaultSingletonTraits;
namespace media {
-class PipelineImpl;
+class Pipeline;
class VideoRendererBase;
class Movie {
@@ -83,7 +83,7 @@ class Movie {
Movie();
virtual ~Movie();
- scoped_refptr<PipelineImpl> pipeline_;
+ scoped_refptr<Pipeline> pipeline_;
scoped_ptr<media::MessageLoopFactory> message_loop_factory_;
scoped_refptr<AudioManager> audio_manager_;