| Index: content/renderer/media/media_recorder_handler_unittest.cc | 
| diff --git a/content/renderer/media/media_recorder_handler_unittest.cc b/content/renderer/media/media_recorder_handler_unittest.cc | 
| index d15bc0352d76beceb32db238fda5ef737cc57aae..c935c36bc61a0d3b6e643d0cd34a5e3d0925305f 100644 | 
| --- a/content/renderer/media/media_recorder_handler_unittest.cc | 
| +++ b/content/renderer/media/media_recorder_handler_unittest.cc | 
| @@ -57,15 +57,15 @@ class MediaRecorderHandlerTest | 
| base::TimeTicks::Now()); | 
| } | 
|  | 
| -  // The Class under test. Needs to be scoped_ptr to force its destruction. | 
| -  scoped_ptr<MediaRecorderHandler> media_recorder_handler_; | 
| - | 
| // A ChildProcess and a MessageLoopForUI are both needed to fool the Tracks | 
| // and Sources in |registry_| into believing they are on the right threads. | 
| const base::MessageLoopForUI message_loop_; | 
| const ChildProcess child_process_; | 
| MockMediaStreamRegistry registry_; | 
|  | 
| +  // The Class under test. Needs to be scoped_ptr to force its destruction. | 
| +  scoped_ptr<MediaRecorderHandler> media_recorder_handler_; | 
| + | 
| private: | 
| DISALLOW_COPY_AND_ASSIGN(MediaRecorderHandlerTest); | 
| }; | 
|  |