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

Unified Diff: media/capture/smooth_event_sampler.h

Issue 1162863003: Move ContentVideoCaptureDeviceCore from src/content to src/media (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 6 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
« no previous file with comments | « media/capture/screen_capture_device_core.cc ('k') | media/capture/smooth_event_sampler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/smooth_event_sampler.h
diff --git a/content/browser/media/capture/smooth_event_sampler.h b/media/capture/smooth_event_sampler.h
similarity index 85%
rename from content/browser/media/capture/smooth_event_sampler.h
rename to media/capture/smooth_event_sampler.h
index 886e6fbc488801af8c321dba7c57c2c63bc016e5..c250eb486e100b83e0b5e99b04adba49a5fe522c 100644
--- a/content/browser/media/capture/smooth_event_sampler.h
+++ b/media/capture/smooth_event_sampler.h
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_BROWSER_MEDIA_CAPTURE_SMOOTH_EVENT_SAMPLER_H_
-#define CONTENT_BROWSER_MEDIA_CAPTURE_SMOOTH_EVENT_SAMPLER_H_
+#ifndef MEDIA_CAPTURE_SMOOTH_EVENT_SAMPLER_H_
+#define MEDIA_CAPTURE_SMOOTH_EVENT_SAMPLER_H_
#include "base/time/time.h"
-#include "content/common/content_export.h"
+#include "media/base/media_export.h"
-namespace content {
+namespace media {
// Filters a sequence of events to achieve a target frequency.
-class CONTENT_EXPORT SmoothEventSampler {
+class MEDIA_EXPORT SmoothEventSampler {
public:
SmoothEventSampler(base::TimeDelta min_capture_period,
int redundant_capture_goal);
@@ -55,6 +55,6 @@ class CONTENT_EXPORT SmoothEventSampler {
DISALLOW_COPY_AND_ASSIGN(SmoothEventSampler);
};
-} // namespace content
+} // namespace media
-#endif // CONTENT_BROWSER_MEDIA_CAPTURE_SMOOTH_EVENT_SAMPLER_H_
+#endif // MEDIA_CAPTURE_SMOOTH_EVENT_SAMPLER_H_
« no previous file with comments | « media/capture/screen_capture_device_core.cc ('k') | media/capture/smooth_event_sampler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698