Index: media/capture/smooth_event_sampler.cc |
diff --git a/content/browser/media/capture/smooth_event_sampler.cc b/media/capture/smooth_event_sampler.cc |
similarity index 96% |
rename from content/browser/media/capture/smooth_event_sampler.cc |
rename to media/capture/smooth_event_sampler.cc |
index a1638fd4e08672e65ab7307d353f0fd81f912bb4..7064f86a5b4b63176245d866f9a58bc052aaa46f 100644 |
--- a/content/browser/media/capture/smooth_event_sampler.cc |
+++ b/media/capture/smooth_event_sampler.cc |
@@ -2,13 +2,13 @@ |
// 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 <algorithm> |
#include "base/trace_event/trace_event.h" |
-namespace content { |
+namespace media { |
namespace { |
@@ -97,4 +97,4 @@ bool SmoothEventSampler::HasUnrecordedEvent() const { |
return !current_event_.is_null() && current_event_ != last_sample_; |
} |
-} // namespace content |
+} // namespace media |