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

Unified Diff: media/cast/cast_thread.h

Issue 25544003: Fix code style and gyp files in cast to build cast_unittest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed gyp files Created 7 years, 3 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/cast_sender_impl.cc ('k') | media/cast/cast_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/cast_thread.h
diff --git a/media/cast/cast_thread.h b/media/cast/cast_thread.h
index 323f03d56469a196d2e4ab8aa26f285006425218..e7ccbd9c3e60b0572c5e3cdc48509e3186bac621 100644
--- a/media/cast/cast_thread.h
+++ b/media/cast/cast_thread.h
@@ -54,7 +54,12 @@ class CastThread : public base::RefCountedThreadSafe<CastThread> {
bool CurrentlyOn(ThreadId identifier);
+ protected:
+ virtual ~CastThread();
+
private:
+ friend class base::RefCountedThreadSafe<CastThread>;
+
scoped_refptr<base::TaskRunner> GetMessageTaskRunnerForThread(
ThreadId identifier);
« no previous file with comments | « media/cast/cast_sender_impl.cc ('k') | media/cast/cast_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698