| Index: base/threading/watchdog.h
|
| ===================================================================
|
| --- base/threading/watchdog.h (revision 95578)
|
| +++ base/threading/watchdog.h (working copy)
|
| @@ -21,7 +21,7 @@
|
|
|
| #include <string>
|
|
|
| -#include "base/base_api.h"
|
| +#include "base/base_export.h"
|
| #include "base/synchronization/condition_variable.h"
|
| #include "base/synchronization/lock.h"
|
| #include "base/threading/platform_thread.h"
|
| @@ -29,7 +29,7 @@
|
|
|
| namespace base {
|
|
|
| -class BASE_API Watchdog {
|
| +class BASE_EXPORT Watchdog {
|
| public:
|
| // Constructor specifies how long the Watchdog will wait before alarming.
|
| Watchdog(const TimeDelta& duration,
|
|
|