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) |
rjkroege
2013/11/15 23:16:31
my very badly worded comment from before remains.
Mostyn Bramley-Moore
2013/11/15 23:49:43
Done.
|
+#error USE_UDEV must be defined. |
+#endif |
+ |
#include "base/basictypes.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/message_loop/message_loop.h" |