| Index: device/capture/content/smooth_event_sampler.h
|
| diff --git a/media/capture/content/smooth_event_sampler.h b/device/capture/content/smooth_event_sampler.h
|
| similarity index 86%
|
| rename from media/capture/content/smooth_event_sampler.h
|
| rename to device/capture/content/smooth_event_sampler.h
|
| index 47ed58e13724ab6cebbd56bb8479387bf289805a..fb42d4790cbc94e7c4dd425e596697cf557ab559 100644
|
| --- a/media/capture/content/smooth_event_sampler.h
|
| +++ b/device/capture/content/smooth_event_sampler.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MEDIA_CAPTURE_CONTENT_SMOOTH_EVENT_SAMPLER_H_
|
| -#define MEDIA_CAPTURE_CONTENT_SMOOTH_EVENT_SAMPLER_H_
|
| +#ifndef DEVICE_CAPTURE_CONTENT_SMOOTH_EVENT_SAMPLER_H_
|
| +#define DEVICE_CAPTURE_CONTENT_SMOOTH_EVENT_SAMPLER_H_
|
|
|
| #include "base/macros.h"
|
| #include "base/time/time.h"
|
| -#include "media/capture/capture_export.h"
|
| +#include "device/capture/capture_export.h"
|
|
|
| -namespace media {
|
| +namespace device {
|
|
|
| // Filters a sequence of events to achieve a target frequency.
|
| class CAPTURE_EXPORT SmoothEventSampler {
|
| @@ -49,6 +49,6 @@ class CAPTURE_EXPORT SmoothEventSampler {
|
| DISALLOW_COPY_AND_ASSIGN(SmoothEventSampler);
|
| };
|
|
|
| -} // namespace media
|
| +} // namespace device
|
|
|
| -#endif // MEDIA_CAPTURE_CONTENT_SMOOTH_EVENT_SAMPLER_H_
|
| +#endif // DEVICE_CAPTURE_CONTENT_SMOOTH_EVENT_SAMPLER_H_
|
|
|