| Index: device/capture/content/animated_content_sampler_unittest.cc
|
| diff --git a/media/capture/content/animated_content_sampler_unittest.cc b/device/capture/content/animated_content_sampler_unittest.cc
|
| similarity index 99%
|
| rename from media/capture/content/animated_content_sampler_unittest.cc
|
| rename to device/capture/content/animated_content_sampler_unittest.cc
|
| index 1a8766cd2f454bc4f7a19f63ecb94b7a6c96d23e..5a08936eade99ed1fdc2f4968b62f7a002d17da1 100644
|
| --- a/media/capture/content/animated_content_sampler_unittest.cc
|
| +++ b/device/capture/content/animated_content_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/animated_content_sampler.h"
|
| +#include "device/capture/content/animated_content_sampler.h"
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| @@ -17,7 +17,7 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "ui/gfx/geometry/rect.h"
|
|
|
| -namespace media {
|
| +namespace device {
|
|
|
| namespace {
|
|
|
| @@ -750,4 +750,4 @@ INSTANTIATE_TEST_CASE_P(
|
| Scenario(60, 30, 32),
|
| Scenario(60, 30, 33)));
|
|
|
| -} // namespace media
|
| +} // namespace device
|
|
|