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

Unified Diff: device/capture/device_monitor_udev.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/device_monitor_mac.mm ('k') | device/capture/device_monitor_udev.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/capture/device_monitor_udev.h
diff --git a/media/capture/device_monitor_udev.h b/device/capture/device_monitor_udev.h
similarity index 88%
rename from media/capture/device_monitor_udev.h
rename to device/capture/device_monitor_udev.h
index a8f9d8201d9e4453459da92327e4993539a07921..2aedc9ba68479bc7c9f27719f27f3f62fdbab8f9 100644
--- a/media/capture/device_monitor_udev.h
+++ b/device/capture/device_monitor_udev.h
@@ -5,8 +5,8 @@
// This class is used to detect device change and notify base::SystemMonitor
// on Linux.
-#ifndef MEDIA_CAPTURE_DEVICE_MONITOR_UDEV_H_
-#define MEDIA_CAPTURE_DEVICE_MONITOR_UDEV_H_
+#ifndef DEVICE_CAPTURE_DEVICE_MONITOR_UDEV_H_
+#define DEVICE_CAPTURE_DEVICE_MONITOR_UDEV_H_
#include <memory>
@@ -14,7 +14,7 @@
#include "base/memory/ref_counted.h"
#include "base/message_loop/message_loop.h"
#include "base/single_thread_task_runner.h"
-#include "media/capture/capture_export.h"
+#include "device/capture/capture_export.h"
extern "C" {
struct udev_device;
@@ -54,4 +54,4 @@ class CAPTURE_EXPORT DeviceMonitorLinux
} // namespace media
-#endif // MEDIA_CAPTURE_DEVICE_MONITOR_UDEV_H_
+#endif // DEVICE_CAPTURE_DEVICE_MONITOR_UDEV_H_
« no previous file with comments | « device/capture/device_monitor_mac.mm ('k') | device/capture/device_monitor_udev.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698