Index: content/browser/renderer_host/media/video_capture_manager.cc |
diff --git a/content/browser/renderer_host/media/video_capture_manager.cc b/content/browser/renderer_host/media/video_capture_manager.cc |
index 5756ae95387e08616d08466d3af1b113fa64c40e..23c81187a6afb91b6054b668545b3ff64723cbf9 100644 |
--- a/content/browser/renderer_host/media/video_capture_manager.cc |
+++ b/content/browser/renderer_host/media/video_capture_manager.cc |
@@ -379,7 +379,7 @@ void VideoCaptureManager::DoStopDevice(DeviceEntry* entry) { |
DVLOG(3) << "DoStopDevice. Send stop request for device = " << entry->id |
<< " serial_id = " << entry->serial_id << "."; |
entry->video_capture_controller()->DoLogOnIOThread( |
- base::StringPrintf("Stopping device: id: %s\n", entry->id.c_str())); |
+ base::StringPrintf("Stopping device: id: %s", entry->id.c_str())); |
if (entry->video_capture_device()) { |
// |entry->video_capture_device| can be null if creating the device fails. |