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

Unified Diff: media/device_monitors/device_monitor_udev.h

Issue 2224643002: Move device monitors out of //media/capture into //media/device_monitors (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 | « media/device_monitors/device_monitor_mac.mm ('k') | media/device_monitors/device_monitor_udev.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/device_monitors/device_monitor_udev.h
diff --git a/media/capture/device_monitor_udev.h b/media/device_monitors/device_monitor_udev.h
similarity index 85%
rename from media/capture/device_monitor_udev.h
rename to media/device_monitors/device_monitor_udev.h
index a8f9d8201d9e4453459da92327e4993539a07921..fe326eee8e49fdc48bc8e324918c4bff3665cc39 100644
--- a/media/capture/device_monitor_udev.h
+++ b/media/device_monitors/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 MEDIA_DEVICE_MONITORS_DEVICE_MONITOR_UDEV_H_
+#define MEDIA_DEVICE_MONITORS_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 "media/base/media_export.h"
extern "C" {
struct udev_device;
@@ -26,7 +26,7 @@ class UdevLinux;
namespace media {
-class CAPTURE_EXPORT DeviceMonitorLinux
+class MEDIA_EXPORT DeviceMonitorLinux
: public base::MessageLoop::DestructionObserver {
public:
explicit DeviceMonitorLinux(
@@ -54,4 +54,4 @@ class CAPTURE_EXPORT DeviceMonitorLinux
} // namespace media
-#endif // MEDIA_CAPTURE_DEVICE_MONITOR_UDEV_H_
+#endif // MEDIA_DEVICE_MONITORS_DEVICE_MONITOR_UDEV_H_
« no previous file with comments | « media/device_monitors/device_monitor_mac.mm ('k') | media/device_monitors/device_monitor_udev.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698