| Index: device/capture/content/animated_content_sampler.cc
|
| diff --git a/media/capture/content/animated_content_sampler.cc b/device/capture/content/animated_content_sampler.cc
|
| similarity index 99%
|
| rename from media/capture/content/animated_content_sampler.cc
|
| rename to device/capture/content/animated_content_sampler.cc
|
| index 7f09cd151eaeaa8f6912b225a570c3b252ab5aa1..7b70108140709ba7d4dc126842855847111318f6 100644
|
| --- a/media/capture/content/animated_content_sampler.cc
|
| +++ b/device/capture/content/animated_content_sampler.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "media/capture/content/animated_content_sampler.h"
|
| +#include "device/capture/content/animated_content_sampler.h"
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
|
|
| #include <algorithm>
|
|
|
| -namespace media {
|
| +namespace device {
|
|
|
| namespace {
|
|
|
| @@ -293,4 +293,4 @@ base::TimeDelta AnimatedContentSampler::ComputeSamplingPeriod(
|
| return std::max(sampling_period, min_capture_period);
|
| }
|
|
|
| -} // namespace media
|
| +} // namespace device
|
|
|