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

Unified Diff: media/capture/smooth_event_sampler_unittest.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.cc ('k') | media/capture/thread_safe_capture_oracle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « media/capture/smooth_event_sampler.cc ('k') | media/capture/thread_safe_capture_oracle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698