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

Unified Diff: media/capture/device_monitor_udev.h

Issue 2031073002: Make media/capture gn and gyps produce components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added again 'Android missed dep' PS5 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
« no previous file with comments | « media/capture/device_monitor_mac.h ('k') | media/capture/system_message_window_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/device_monitor_udev.h
diff --git a/media/capture/device_monitor_udev.h b/media/capture/device_monitor_udev.h
index 4571072d02e5002732bb4ef872466027a457fc1c..a8f9d8201d9e4453459da92327e4993539a07921 100644
--- a/media/capture/device_monitor_udev.h
+++ b/media/capture/device_monitor_udev.h
@@ -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/base/media_export.h"
+#include "media/capture/capture_export.h"
extern "C" {
struct udev_device;
@@ -26,7 +26,7 @@ class UdevLinux;
namespace media {
-class MEDIA_EXPORT DeviceMonitorLinux
+class CAPTURE_EXPORT DeviceMonitorLinux
: public base::MessageLoop::DestructionObserver {
public:
explicit DeviceMonitorLinux(
« no previous file with comments | « media/capture/device_monitor_mac.h ('k') | media/capture/system_message_window_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698