| Index: device/capture/device_monitor_mac.h
|
| diff --git a/media/capture/device_monitor_mac.h b/device/capture/device_monitor_mac.h
|
| similarity index 89%
|
| rename from media/capture/device_monitor_mac.h
|
| rename to device/capture/device_monitor_mac.h
|
| index c6db8b9da926616b8900f9beb711ee7a7835ef2d..feed8c8a4b1b121c5e94b0e20aefc2189e1ce9a1 100644
|
| --- a/media/capture/device_monitor_mac.h
|
| +++ b/device/capture/device_monitor_mac.h
|
| @@ -2,21 +2,21 @@
|
| // 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 DEVICE_CAPTURE_DEVICE_MONITOR_MAC_H_
|
| +#define DEVICE_CAPTURE_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 "device/capture/capture_export.h"
|
|
|
| namespace {
|
| class DeviceMonitorMacImpl;
|
| }
|
|
|
| -namespace media {
|
| +namespace device {
|
|
|
| // Class to track audio/video devices removal or addition via callback to
|
| // base::SystemMonitor ProcessDevicesChanged(). A single object of this class
|
| @@ -50,4 +50,4 @@ class CAPTURE_EXPORT DeviceMonitorMac {
|
|
|
| } // namespace content
|
|
|
| -#endif // MEDIA_CAPTURE_DEVICE_MONITOR_MAC_H_
|
| +#endif // DEVICE_CAPTURE_DEVICE_MONITOR_MAC_H_
|
|
|