Index: media/capture/smooth_event_sampler_unittest.cc |
diff --git a/content/browser/media/capture/smooth_event_sampler_unittest.cc b/media/capture/smooth_event_sampler_unittest.cc |
similarity index 99% |
rename from content/browser/media/capture/smooth_event_sampler_unittest.cc |
rename to media/capture/smooth_event_sampler_unittest.cc |
index cfa974d0904cef1e952ecf6936f2abb422b46df9..14a6823f556d8b44d2dd8a8604fa3fcf372c8eab 100644 |
--- a/content/browser/media/capture/smooth_event_sampler_unittest.cc |
+++ b/media/capture/smooth_event_sampler_unittest.cc |
@@ -2,12 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "content/browser/media/capture/smooth_event_sampler.h" |
+#include "media/capture/smooth_event_sampler.h" |
#include "base/strings/stringprintf.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-namespace content { |
+namespace media { |
namespace { |
@@ -485,4 +485,4 @@ TEST(SmoothEventSamplerTest, DrawingAt60FpsWith60HzVsyncSampledAt30Hertz) { |
ReplayCheckingSamplerDecisions(data_points, arraysize(data_points), &sampler); |
} |
-} // namespace content |
+} // namespace media |