| Index: base/threading/watchdog.h
|
| diff --git a/base/threading/watchdog.h b/base/threading/watchdog.h
|
| index ea3be36d1a8c450b9d122f792de0d71e2f21619c..f8069846e4f0653c4428006f4f0e17220104fe38 100644
|
| --- a/base/threading/watchdog.h
|
| +++ b/base/threading/watchdog.h
|
| @@ -22,6 +22,7 @@
|
|
|
| #include "base/base_export.h"
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "base/synchronization/condition_variable.h"
|
| #include "base/synchronization/lock.h"
|
| #include "base/threading/platform_thread.h"
|
|
|