| Index: device/capture/content/smooth_event_sampler_unittest.cc
|
| diff --git a/media/capture/content/smooth_event_sampler_unittest.cc b/device/capture/content/smooth_event_sampler_unittest.cc
|
| similarity index 99%
|
| rename from media/capture/content/smooth_event_sampler_unittest.cc
|
| rename to device/capture/content/smooth_event_sampler_unittest.cc
|
| index abd7d4ccfa78268fb83542fae9a1b09351b6f2f8..b4e7f38bba0ba108267ee7a3ae15a38f8b3e06cb 100644
|
| --- a/media/capture/content/smooth_event_sampler_unittest.cc
|
| +++ b/device/capture/content/smooth_event_sampler_unittest.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 <stddef.h>
|
| #include <stdint.h>
|
| @@ -11,7 +11,7 @@
|
| #include "base/strings/stringprintf.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -namespace media {
|
| +namespace device {
|
|
|
| namespace {
|
|
|
| @@ -614,4 +614,4 @@ TEST(SmoothEventSamplerTest, DrawingAt60FpsWith60HzVsyncSampledAt30Hertz) {
|
| ReplayCheckingSamplerDecisions(data_points, arraysize(data_points), &sampler);
|
| }
|
|
|
| -} // namespace media
|
| +} // namespace device
|
|
|