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

Unified Diff: chrome/renderer/media/cast_session_delegate.h

Issue 1123733002: [chrome/renderer/media] Replace MessageLoopProxy usage with ThreadTaskRunnerHandle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed nit Created 5 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/renderer/media/cast_session.cc ('k') | chrome/renderer/media/cast_session_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/media/cast_session_delegate.h
diff --git a/chrome/renderer/media/cast_session_delegate.h b/chrome/renderer/media/cast_session_delegate.h
index a2e688c8a7633160c92346f46827947d2fb8be40..378c50ec6eecd925744b84d60bb81ba4bf52a321 100644
--- a/chrome/renderer/media/cast_session_delegate.h
+++ b/chrome/renderer/media/cast_session_delegate.h
@@ -22,7 +22,7 @@
namespace base {
class BinaryValue;
class DictionaryValue;
-class MessageLoopProxy;
+class SingleThreadTaskRunner;
} // namespace base
namespace media {
@@ -71,7 +71,7 @@ class CastSessionDelegateBase {
scoped_ptr<media::cast::CastTransportSender> cast_transport_;
// Proxy to the IO message loop.
- const scoped_refptr<base::MessageLoopProxy> io_message_loop_proxy_;
+ const scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_;
base::WeakPtrFactory<CastSessionDelegateBase> weak_factory_;
DISALLOW_COPY_AND_ASSIGN(CastSessionDelegateBase);
« no previous file with comments | « chrome/renderer/media/cast_session.cc ('k') | chrome/renderer/media/cast_session_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698