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

Unified Diff: media/capture/device_monitor_mac.h

Issue 2068763002: Re-Reland: Make media/capture gn and gyps produce components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable warning 4267 in Win capture.gyp (probs. lost in the previous relanding). Rebase Created 4 years, 6 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
Index: media/capture/device_monitor_mac.h
diff --git a/media/capture/device_monitor_mac.h b/media/capture/device_monitor_mac.h
index c243c56d427f92440da946d67ea000b703656eef..c6db8b9da926616b8900f9beb711ee7a7835ef2d 100644
--- a/media/capture/device_monitor_mac.h
+++ b/media/capture/device_monitor_mac.h
@@ -10,7 +10,7 @@
#include "base/macros.h"
#include "base/system_monitor/system_monitor.h"
#include "base/threading/thread_checker.h"
-#include "media/base/media_export.h"
+#include "media/capture/capture_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 MEDIA_EXPORT DeviceMonitorMac {
+class CAPTURE_EXPORT DeviceMonitorMac {
public:
DeviceMonitorMac();
~DeviceMonitorMac();

Powered by Google App Engine
This is Rietveld 408576698