| Index: content/browser/device_monitor_udev.cc
|
| diff --git a/content/browser/device_monitor_udev.cc b/content/browser/device_monitor_udev.cc
|
| index 82529e17908c947c7d4d9e1e9c510b35afe209af..822e995f47c318bd752742df27ae4458d0cb1857 100644
|
| --- a/content/browser/device_monitor_udev.cc
|
| +++ b/content/browser/device_monitor_udev.cc
|
| @@ -6,8 +6,11 @@
|
|
|
| #include "content/browser/device_monitor_udev.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
|
|
| +#include "base/macros.h"
|
| #include "base/system_monitor/system_monitor.h"
|
| #include "content/browser/udev_linux.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|