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

Unified Diff: device/capture/content/smooth_event_sampler_unittest.cc

Issue 2214533002: move //media/capture to //device/capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « device/capture/content/smooth_event_sampler.cc ('k') | device/capture/content/thread_safe_capture_oracle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/capture/content/smooth_event_sampler_unittest.cc
diff --git a/media/capture/content/smooth_event_sampler_unittest.cc b/device/capture/content/smooth_event_sampler_unittest.cc
similarity index 99%
rename from media/capture/content/smooth_event_sampler_unittest.cc
rename to device/capture/content/smooth_event_sampler_unittest.cc
index abd7d4ccfa78268fb83542fae9a1b09351b6f2f8..b4e7f38bba0ba108267ee7a3ae15a38f8b3e06cb 100644
--- a/media/capture/content/smooth_event_sampler_unittest.cc
+++ b/device/capture/content/smooth_event_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/smooth_event_sampler.h"
+#include "device/capture/content/smooth_event_sampler.h"
#include <stddef.h>
#include <stdint.h>
@@ -11,7 +11,7 @@
#include "base/strings/stringprintf.h"
#include "testing/gtest/include/gtest/gtest.h"
-namespace media {
+namespace device {
namespace {
@@ -614,4 +614,4 @@ TEST(SmoothEventSamplerTest, DrawingAt60FpsWith60HzVsyncSampledAt30Hertz) {
ReplayCheckingSamplerDecisions(data_points, arraysize(data_points), &sampler);
}
-} // namespace media
+} // namespace device
« no previous file with comments | « device/capture/content/smooth_event_sampler.cc ('k') | device/capture/content/thread_safe_capture_oracle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698