Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(350)

Unified Diff: device/capture/content/animated_content_sampler.cc

Issue 2214533002: move //media/capture to //device/capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « device/capture/content/animated_content_sampler.h ('k') | device/capture/content/animated_content_sampler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698