Fix cpplint errors in media_capture_devices_dispatcher.cc

This commit is contained in:
Adam Roben 2013-11-17 19:14:08 -05:00
parent d0566e6e05
commit 7b47a6152d

View file

@ -28,7 +28,7 @@ const content::MediaStreamDevice* FindDeviceWithId(
}
}
return NULL;
};
}
} // namespace
@ -153,7 +153,6 @@ void MediaCaptureDevicesDispatcher::OnMediaRequestStateChanged(
const content::MediaStreamDevice& device,
content::MediaRequestState state) {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
}
void MediaCaptureDevicesDispatcher::OnAudioStreamPlayingChanged(