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

Unified Diff: media/device_monitors/device_monitor_mac.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/capture/system_message_window_win_unittest.cc ('k') | media/device_monitors/device_monitor_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/device_monitors/device_monitor_mac.h
diff --git a/media/capture/device_monitor_mac.h b/media/device_monitors/device_monitor_mac.h
similarity index 87%
rename from media/capture/device_monitor_mac.h
rename to media/device_monitors/device_monitor_mac.h
index c6db8b9da926616b8900f9beb711ee7a7835ef2d..136bb7df19556ad3c299bb907e34fdb46355a9c7 100644
--- a/media/capture/device_monitor_mac.h
+++ b/media/device_monitors/device_monitor_mac.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MEDIA_CAPTURE_DEVICE_MONITOR_MAC_H_
-#define MEDIA_CAPTURE_DEVICE_MONITOR_MAC_H_
+#ifndef MEDIA_DEVICE_MONITORS_DEVICE_MONITOR_MAC_H_
+#define MEDIA_DEVICE_MONITORS_DEVICE_MONITOR_MAC_H_
#include <memory>
#include "base/macros.h"
#include "base/system_monitor/system_monitor.h"
#include "base/threading/thread_checker.h"
-#include "media/capture/capture_export.h"
+#include "media/base/media_export.h"
namespace {
class DeviceMonitorMacImpl;
@@ -21,7 +21,7 @@ namespace media {
// Class to track audio/video devices removal or addition via callback to
// base::SystemMonitor ProcessDevicesChanged(). A single object of this class
// is created from the browser main process and lives as long as this one.
-class CAPTURE_EXPORT DeviceMonitorMac {
+class MEDIA_EXPORT DeviceMonitorMac {
public:
DeviceMonitorMac();
~DeviceMonitorMac();
@@ -50,4 +50,4 @@ class CAPTURE_EXPORT DeviceMonitorMac {
} // namespace content
-#endif // MEDIA_CAPTURE_DEVICE_MONITOR_MAC_H_
+#endif // MEDIA_DEVICE_MONITORS_DEVICE_MONITOR_MAC_H_
« no previous file with comments | « media/capture/system_message_window_win_unittest.cc ('k') | media/device_monitors/device_monitor_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698