| Index: media/capture/content/capture_resolution_chooser.h
 | 
| diff --git a/media/capture/content/capture_resolution_chooser.h b/media/capture/content/capture_resolution_chooser.h
 | 
| index e995e932ea8f5a24b2cdbd24cfba9d2e726b27e9..cbc887d7462b515797aed42420f3b8a033969236 100644
 | 
| --- a/media/capture/content/capture_resolution_chooser.h
 | 
| +++ b/media/capture/content/capture_resolution_chooser.h
 | 
| @@ -7,8 +7,8 @@
 | 
|  
 | 
|  #include <vector>
 | 
|  
 | 
| -#include "media/base/media_export.h"
 | 
|  #include "media/base/video_capture_types.h"
 | 
| +#include "media/capture/capture_export.h"
 | 
|  #include "ui/gfx/geometry/size.h"
 | 
|  
 | 
|  namespace media {
 | 
| @@ -31,7 +31,7 @@ namespace media {
 | 
|  // possibile snapped frame sizes are computed relative to the resolution of the
 | 
|  // source content: They are the same or smaller in size, and are of the same
 | 
|  // aspect ratio.
 | 
| -class MEDIA_EXPORT CaptureResolutionChooser {
 | 
| +class CAPTURE_EXPORT CaptureResolutionChooser {
 | 
|   public:
 | 
|    // media::ResolutionChangePolicy determines whether the variable frame
 | 
|    // resolutions being computed must adhere to a fixed aspect ratio or not, or
 | 
| 
 |