Chromium Code Reviews| Index: content/browser/media/capture/web_contents_tracker.h |
| diff --git a/content/browser/media/capture/web_contents_tracker.h b/content/browser/media/capture/web_contents_tracker.h |
| index f124eaa47e87e501f25c803606d83b22112b656b..b068c4a6568df3dfb7dca431b25dda607ce35ba9 100644 |
| --- a/content/browser/media/capture/web_contents_tracker.h |
| +++ b/content/browser/media/capture/web_contents_tracker.h |
| @@ -22,7 +22,7 @@ |
| #include "content/public/browser/web_contents_observer.h" |
| namespace base { |
| -class MessageLoopProxy; |
| +class SingleThreadTaskRunner; |
| } |
| namespace content { |
| @@ -100,7 +100,7 @@ class CONTENT_EXPORT WebContentsTracker |
| const bool track_fullscreen_rwh_; |
| // MessageLoop corresponding to the thread that called Start(). |
|
xhwang
2015/04/30 15:54:45
Update the comment.
anujsharma
2015/05/04 08:07:56
Done.
|
| - scoped_refptr<base::MessageLoopProxy> message_loop_; |
| + scoped_refptr<base::SingleThreadTaskRunner> message_loop_; |
|
xhwang
2015/04/30 15:54:45
Also update the variable name please.
anujsharma
2015/05/04 08:07:56
Done.
|
| // Callback to run when the target RenderWidgetHost has changed. |
| ChangeCallback callback_; |