| Index: media/capture/content/animated_content_sampler.h
 | 
| diff --git a/media/capture/content/animated_content_sampler.h b/media/capture/content/animated_content_sampler.h
 | 
| index f8cb6f59fd6d291d5ef106510fc297aec12170b2..0539de7f8e724c92d47464354b259e9a81d38e60 100644
 | 
| --- a/media/capture/content/animated_content_sampler.h
 | 
| +++ b/media/capture/content/animated_content_sampler.h
 | 
| @@ -8,7 +8,7 @@
 | 
|  #include <deque>
 | 
|  
 | 
|  #include "base/time/time.h"
 | 
| -#include "media/base/media_export.h"
 | 
| +#include "media/capture/capture_export.h"
 | 
|  #include "ui/gfx/geometry/rect.h"
 | 
|  
 | 
|  namespace media {
 | 
| @@ -22,7 +22,7 @@ namespace media {
 | 
|  // In addition, AnimatedContentSampler will provide rewritten frame timestamps,
 | 
|  // for downstream consumers, that are "truer" to the source content than to the
 | 
|  // local presentation hardware.
 | 
| -class MEDIA_EXPORT AnimatedContentSampler {
 | 
| +class CAPTURE_EXPORT AnimatedContentSampler {
 | 
|   public:
 | 
|    explicit AnimatedContentSampler(base::TimeDelta min_capture_period);
 | 
|    ~AnimatedContentSampler();
 | 
| 
 |