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

Side by Side Diff: content/renderer/media/rtc_video_decoder_factory_tv.h

Issue 19620002: Use a direct include of the message_loop header in content/, part 4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_RENDERER_MEDIA_RTC_VIDEO_DECODER_FACTORY_TV_H_ 5 #ifndef CONTENT_RENDERER_MEDIA_RTC_VIDEO_DECODER_FACTORY_TV_H_
6 #define CONTENT_RENDERER_MEDIA_RTC_VIDEO_DECODER_FACTORY_TV_H_ 6 #define CONTENT_RENDERER_MEDIA_RTC_VIDEO_DECODER_FACTORY_TV_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/compiler_specific.h" 9 #include "base/compiler_specific.h"
10 #include "base/message_loop.h" 10 #include "base/message_loop/message_loop.h"
11 #include "content/common/content_export.h" 11 #include "content/common/content_export.h"
12 #include "media/base/demuxer.h" 12 #include "media/base/demuxer.h"
13 #include "third_party/libjingle/source/talk/media/webrtc/webrtcvideodecoderfacto ry.h" 13 #include "third_party/libjingle/source/talk/media/webrtc/webrtcvideodecoderfacto ry.h"
14 #include "ui/gfx/size.h" 14 #include "ui/gfx/size.h"
15 15
16 namespace webrtc { 16 namespace webrtc {
17 class VideoDecoder; 17 class VideoDecoder;
18 } 18 }
19 19
20 namespace content { 20 namespace content {
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 scoped_ptr<RTCDemuxerStream> stream_; 67 scoped_ptr<RTCDemuxerStream> stream_;
68 68
69 bool is_acquired_; 69 bool is_acquired_;
70 70
71 DISALLOW_COPY_AND_ASSIGN(RTCVideoDecoderFactoryTv); 71 DISALLOW_COPY_AND_ASSIGN(RTCVideoDecoderFactoryTv);
72 }; 72 };
73 73
74 } // namespace content 74 } // namespace content
75 75
76 #endif // CONTENT_RENDERER_MEDIA_RTC_VIDEO_DECODER_FACTORY_TV_H_ 76 #endif // CONTENT_RENDERER_MEDIA_RTC_VIDEO_DECODER_FACTORY_TV_H_
OLDNEW
« no previous file with comments | « content/renderer/media/rtc_video_decoder.h ('k') | content/renderer/media/rtc_video_decoder_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698