| Index: content/browser/renderer_host/media/video_capture_host_unittest.cc
|
| diff --git a/content/browser/renderer_host/media/video_capture_host_unittest.cc b/content/browser/renderer_host/media/video_capture_host_unittest.cc
|
| index bc5ed577a24c9c5047d989d6148d203fef56e816..6088081bf7b21f6805a90e2630be1155cffe5cec 100644
|
| --- a/content/browser/renderer_host/media/video_capture_host_unittest.cc
|
| +++ b/content/browser/renderer_host/media/video_capture_host_unittest.cc
|
| @@ -309,7 +309,7 @@ class VideoCaptureHostTest : public testing::Test {
|
|
|
| CloseSession();
|
|
|
| - // Simulate closing the IPC channel.
|
| + // Simulate closing the IPC sender.
|
| host_->OnChannelClosing();
|
|
|
| // Release the reference to the mock object. The object will be destructed
|
|
|