| 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 499423e646f75b13af12c156344387e59ae14b84..b36476e4e0f7e2f17e8aca44c653615123674f70 100644
|
| --- a/content/browser/renderer_host/media/video_capture_host_unittest.cc
|
| +++ b/content/browser/renderer_host/media/video_capture_host_unittest.cc
|
| @@ -252,7 +252,7 @@ class VideoCaptureHostTest : public testing::Test {
|
| media::VideoCaptureParams params;
|
| params.width = 352;
|
| params.height = 288;
|
| - params.frame_per_second = 30;
|
| + params.frame_rate = 30;
|
| params.session_id = kTestFakeDeviceId;
|
| host_->OnStartCapture(kDeviceId, params);
|
| run_loop.Run();
|
|
|