Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(354)

Unified Diff: media/capture/smooth_event_sampler.cc

Issue 1162863003: Move ContentVideoCaptureDeviceCore from src/content to src/media (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/capture/smooth_event_sampler.h ('k') | media/capture/smooth_event_sampler_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « media/capture/smooth_event_sampler.h ('k') | media/capture/smooth_event_sampler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698