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

Unified Diff: media/cast/cast_environment.h

Issue 229503002: Cast: Make castv2 mirroring performance test run again (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments addressed Created 6 years, 8 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 | « media/cast/audio_receiver/audio_receiver.cc ('k') | media/cast/cast_receiver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/cast_environment.h
diff --git a/media/cast/cast_environment.h b/media/cast/cast_environment.h
index e9d1eb4bc9bf7c5e2ea8b97ea7a4d1bf5f2f1327..1549747ee2237631256bf870ea3e382254e4fca3 100644
--- a/media/cast/cast_environment.h
+++ b/media/cast/cast_environment.h
@@ -79,13 +79,12 @@ class CastEnvironment : public base::RefCountedThreadSafe<CastEnvironment> {
scoped_refptr<base::SingleThreadTaskRunner> main_thread_proxy_;
scoped_refptr<base::SingleThreadTaskRunner> audio_thread_proxy_;
scoped_refptr<base::SingleThreadTaskRunner> video_thread_proxy_;
+ scoped_ptr<base::TickClock> clock_;
+ scoped_ptr<LoggingImpl> logging_;
private:
friend class base::RefCountedThreadSafe<CastEnvironment>;
- scoped_ptr<base::TickClock> clock_;
- scoped_ptr<LoggingImpl> logging_;
-
DISALLOW_COPY_AND_ASSIGN(CastEnvironment);
};
« no previous file with comments | « media/cast/audio_receiver/audio_receiver.cc ('k') | media/cast/cast_receiver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698