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

Unified Diff: device/capture/video/linux/v4l2_capture_delegate.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
« no previous file with comments | « device/capture/video/linux/OWNERS ('k') | device/capture/video/linux/v4l2_capture_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/capture/video/linux/v4l2_capture_delegate.h
diff --git a/media/capture/video/linux/v4l2_capture_delegate.h b/device/capture/video/linux/v4l2_capture_delegate.h
similarity index 92%
rename from media/capture/video/linux/v4l2_capture_delegate.h
rename to device/capture/video/linux/v4l2_capture_delegate.h
index d047eaf970536c976bfbc3babfc5e1c5b09edd7a..48046f0b80125b5ec282d8f1bb453e46baac2ddc 100644
--- a/media/capture/video/linux/v4l2_capture_delegate.h
+++ b/device/capture/video/linux/v4l2_capture_delegate.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MEDIA_CAPTURE_VIDEO_LINUX_V4L2_CAPTURE_DELEGATE_H_
-#define MEDIA_CAPTURE_VIDEO_LINUX_V4L2_CAPTURE_DELEGATE_H_
+#ifndef DEVICE_CAPTURE_VIDEO_LINUX_V4L2_CAPTURE_DELEGATE_H_
+#define DEVICE_CAPTURE_VIDEO_LINUX_V4L2_CAPTURE_DELEGATE_H_
#include <stddef.h>
#include <stdint.h>
@@ -12,7 +12,7 @@
#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "build/build_config.h"
-#include "media/capture/video/video_capture_device.h"
+#include "device/capture/video/video_capture_device.h"
#if defined(OS_OPENBSD)
#include <sys/videoio.h>
@@ -95,4 +95,4 @@ class V4L2CaptureDelegate final
} // namespace media
-#endif // MEDIA_CAPTURE_VIDEO_LINUX_V4L2_CAPTURE_DELEGATE_H_
+#endif // DEVICE_CAPTURE_VIDEO_LINUX_V4L2_CAPTURE_DELEGATE_H_
« no previous file with comments | « device/capture/video/linux/OWNERS ('k') | device/capture/video/linux/v4l2_capture_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698