Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Unified Diff: media/capture/video/video_capture_device_unittest.cc

Issue 2983473002: Android Tango depth camera capture support.
Patch Set: third party replaced by dlsym Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/capture/video/video_capture_device_unittest.cc
diff --git a/media/capture/video/video_capture_device_unittest.cc b/media/capture/video/video_capture_device_unittest.cc
index 3e6bc394c7d7e701e4544c8e8e441fbdb7882f93..dd977a800c58d43a7bc8585ddb03176fc8605d17 100644
--- a/media/capture/video/video_capture_device_unittest.cc
+++ b/media/capture/video/video_capture_device_unittest.cc
@@ -336,7 +336,6 @@ class VideoCaptureDeviceTest : public testing::TestWithParam<gfx::Size> {
}
DLOG(INFO) << "Using camera "
<< device_descriptors_->front().GetNameAndModel();
- ;
return base::MakeUnique<VideoCaptureDeviceDescriptor>(
device_descriptors_->front());
}

Powered by Google App Engine
This is Rietveld 408576698