| Index: media/capture/video_capture_types.h | 
| diff --git a/media/capture/video_capture_types.h b/media/capture/video_capture_types.h | 
| index 7a6246beaf6cd2af413654378a8a60475302feff..7d8c340ca1c6a023ea0f50e2ad68935456a528f0 100644 | 
| --- a/media/capture/video_capture_types.h | 
| +++ b/media/capture/video_capture_types.h | 
| @@ -121,7 +121,7 @@ typedef std::vector<VideoCaptureFormat> VideoCaptureFormats; | 
| // This class is used by the client of a video capture device to specify the | 
| // format of frames in which the client would like to have captured frames | 
| // returned. | 
| -struct MEDIA_EXPORT VideoCaptureParams { | 
| +struct CAPTURE_EXPORT VideoCaptureParams { | 
| VideoCaptureParams(); | 
|  | 
| // Returns true if requested_format.IsValid() and all other values are within | 
|  |