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

Unified Diff: media/capture/content/smooth_event_sampler.h

Issue 2031073002: Make media/capture gn and gyps produce components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added again 'Android missed dep' PS5 Created 4 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
Index: media/capture/content/smooth_event_sampler.h
diff --git a/media/capture/content/smooth_event_sampler.h b/media/capture/content/smooth_event_sampler.h
index 66c39e0e84718387c14e0e8749af4a0613e9fb10..47ed58e13724ab6cebbd56bb8479387bf289805a 100644
--- a/media/capture/content/smooth_event_sampler.h
+++ b/media/capture/content/smooth_event_sampler.h
@@ -7,12 +7,12 @@
#include "base/macros.h"
#include "base/time/time.h"
-#include "media/base/media_export.h"
+#include "media/capture/capture_export.h"
namespace media {
// Filters a sequence of events to achieve a target frequency.
-class MEDIA_EXPORT SmoothEventSampler {
+class CAPTURE_EXPORT SmoothEventSampler {
public:
explicit SmoothEventSampler(base::TimeDelta min_capture_period);
« no previous file with comments | « media/capture/content/screen_capture_device_core.h ('k') | media/capture/content/thread_safe_capture_oracle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698