Index: content/common/gpu/media/android_video_encode_accelerator.h |
diff --git a/content/common/gpu/media/android_video_encode_accelerator.h b/content/common/gpu/media/android_video_encode_accelerator.h |
index c828de8493f8b40dfaa2d51a07ad019b4d127bd9..e0ae0eb1b04461c2cd3963dbaf781c2c4151720a 100644 |
--- a/content/common/gpu/media/android_video_encode_accelerator.h |
+++ b/content/common/gpu/media/android_video_encode_accelerator.h |
@@ -85,7 +85,7 @@ class CONTENT_EXPORT AndroidVideoEncodeAccelerator |
// Frames waiting to be passed to the codec, queued until an input buffer is |
// available. Each element is a tuple of <Frame, key_frame, enqueue_time>. |
typedef std::queue< |
- Tuple<scoped_refptr<media::VideoFrame>, bool, base::Time>> |
+ base::Tuple<scoped_refptr<media::VideoFrame>, bool, base::Time>> |
PendingFrames; |
PendingFrames pending_frames_; |