Chromium Code Reviews| Index: trunk/src/media/cast/cast_sender.h |
| =================================================================== |
| --- trunk/src/media/cast/cast_sender.h (revision 226266) |
| +++ trunk/src/media/cast/cast_sender.h (working copy) |
| @@ -56,11 +56,7 @@ |
| const base::TimeTicks& recorded_time, |
| const base::Closure callback) = 0; |
| - protected: |
| virtual ~FrameInput() {} |
| - |
| - private: |
| - friend class base::RefCountedThreadSafe<FrameInput>; |
| }; |
| // This Class is thread safe. |