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_ |