| Index: device/capture/content/animated_content_sampler.h
|
| diff --git a/media/capture/content/animated_content_sampler.h b/device/capture/content/animated_content_sampler.h
|
| similarity index 96%
|
| rename from media/capture/content/animated_content_sampler.h
|
| rename to device/capture/content/animated_content_sampler.h
|
| index 0539de7f8e724c92d47464354b259e9a81d38e60..388d55c60275bb270ae537e65f9a5b2f3d8797e5 100644
|
| --- a/media/capture/content/animated_content_sampler.h
|
| +++ b/device/capture/content/animated_content_sampler.h
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MEDIA_CAPTURE_CONTENT_ANIMATED_CONTENT_SAMPLER_H_
|
| -#define MEDIA_CAPTURE_CONTENT_ANIMATED_CONTENT_SAMPLER_H_
|
| +#ifndef DEVICE_CAPTURE_CONTENT_ANIMATED_CONTENT_SAMPLER_H_
|
| +#define DEVICE_CAPTURE_CONTENT_ANIMATED_CONTENT_SAMPLER_H_
|
|
|
| #include <deque>
|
|
|
| #include "base/time/time.h"
|
| -#include "media/capture/capture_export.h"
|
| +#include "device/capture/capture_export.h"
|
| #include "ui/gfx/geometry/rect.h"
|
|
|
| namespace media {
|
| @@ -154,4 +154,4 @@ class CAPTURE_EXPORT AnimatedContentSampler {
|
|
|
| } // namespace media
|
|
|
| -#endif // MEDIA_CAPTURE_CONTENT_ANIMATED_CONTENT_SAMPLER_H_
|
| +#endif // DEVICE_CAPTURE_CONTENT_ANIMATED_CONTENT_SAMPLER_H_
|
|
|