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

Unified Diff: device/capture/content/smooth_event_sampler.h

Issue 2143903003: [WIP] Move media/capture to device/capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
Index: device/capture/content/smooth_event_sampler.h
diff --git a/media/capture/content/smooth_event_sampler.h b/device/capture/content/smooth_event_sampler.h
similarity index 88%
rename from media/capture/content/smooth_event_sampler.h
rename to device/capture/content/smooth_event_sampler.h
index 47ed58e13724ab6cebbd56bb8479387bf289805a..bd103ac4d600765e864e5e297d90f07571d94111 100644
--- a/media/capture/content/smooth_event_sampler.h
+++ b/device/capture/content/smooth_event_sampler.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MEDIA_CAPTURE_CONTENT_SMOOTH_EVENT_SAMPLER_H_
-#define MEDIA_CAPTURE_CONTENT_SMOOTH_EVENT_SAMPLER_H_
+#ifndef DEVICE_CAPTURE_CONTENT_SMOOTH_EVENT_SAMPLER_H_
+#define DEVICE_CAPTURE_CONTENT_SMOOTH_EVENT_SAMPLER_H_
#include "base/macros.h"
#include "base/time/time.h"
-#include "media/capture/capture_export.h"
+#include "device/capture/capture_export.h"
namespace media {
@@ -51,4 +51,4 @@ class CAPTURE_EXPORT SmoothEventSampler {
} // namespace media
-#endif // MEDIA_CAPTURE_CONTENT_SMOOTH_EVENT_SAMPLER_H_
+#endif // DEVICE_CAPTURE_CONTENT_SMOOTH_EVENT_SAMPLER_H_
« no previous file with comments | « device/capture/content/screen_capture_device_core.cc ('k') | device/capture/content/smooth_event_sampler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698