| 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 762148c86a213c7760cabb165a36c655ec4c5868..d61fca275ba8129b56179ffd6647ea9a697b53c6 100644
|
| --- a/content/browser/renderer_host/media/video_capture_host_unittest.cc
|
| +++ b/content/browser/renderer_host/media/video_capture_host_unittest.cc
|
| @@ -249,7 +249,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();
|
|
|