| Index: device/capture/content/smooth_event_sampler.cc
|
| diff --git a/media/capture/content/smooth_event_sampler.cc b/device/capture/content/smooth_event_sampler.cc
|
| similarity index 95%
|
| rename from media/capture/content/smooth_event_sampler.cc
|
| rename to device/capture/content/smooth_event_sampler.cc
|
| index 7f7297f2038192655b24528e4ae29db1778d1c53..208221bba02087ddd96fd337582bd9f916783c00 100644
|
| --- a/media/capture/content/smooth_event_sampler.cc
|
| +++ b/device/capture/content/smooth_event_sampler.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "media/capture/content/smooth_event_sampler.h"
|
| +#include "device/capture/content/smooth_event_sampler.h"
|
|
|
| #include <stdint.h>
|
|
|
| @@ -10,7 +10,7 @@
|
|
|
| #include "base/trace_event/trace_event.h"
|
|
|
| -namespace media {
|
| +namespace device {
|
|
|
| SmoothEventSampler::SmoothEventSampler(base::TimeDelta min_capture_period)
|
| : token_bucket_(base::TimeDelta::Max()) {
|
| @@ -64,4 +64,4 @@ bool SmoothEventSampler::HasUnrecordedEvent() const {
|
| return !current_event_.is_null() && current_event_ != last_sample_;
|
| }
|
|
|
| -} // namespace media
|
| +} // namespace device
|
|
|