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