Index: content/browser/device_monitor_linux.h |
diff --git a/content/browser/device_monitor_linux.h b/content/browser/device_monitor_linux.h |
index b56de1ebdc04ea32deea175407fba2fc9cbefcd8..5b5dd1aeaf95b88520109091dfc58f3fc1539f88 100644 |
--- a/content/browser/device_monitor_linux.h |
+++ b/content/browser/device_monitor_linux.h |
@@ -8,6 +8,10 @@ |
#ifndef CONTENT_BROWSER_DEVICE_MONITOR_LINUX_H_ |
#define CONTENT_BROWSER_DEVICE_MONITOR_LINUX_H_ |
+#if !defined(USE_UDEV) |
+#error USE_UDEV must be defined. |
+#endif |
rjkroege
2013/11/14 15:44:23
this doesn't seem very pretty to me
Given that th
Mostyn Bramley-Moore
2013/11/14 16:42:02
What other operating systems use this file? All I
|
+ |
#include "base/basictypes.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/message_loop/message_loop.h" |