| Index: base/synchronization/cancellation_flag.h
|
| diff --git a/base/synchronization/cancellation_flag.h b/base/synchronization/cancellation_flag.h
|
| index 0f0f08ee8f70ab0f49d60c9a0b8770cba220a1eb..f2f83f47dadd651542ad3f65f8101b77a86fc8eb 100644
|
| --- a/base/synchronization/cancellation_flag.h
|
| +++ b/base/synchronization/cancellation_flag.h
|
| @@ -5,8 +5,9 @@
|
| #ifndef BASE_SYNCHRONIZATION_CANCELLATION_FLAG_H_
|
| #define BASE_SYNCHRONIZATION_CANCELLATION_FLAG_H_
|
|
|
| -#include "base/base_export.h"
|
| #include "base/atomicops.h"
|
| +#include "base/base_export.h"
|
| +#include "base/macros.h"
|
| #include "base/threading/platform_thread.h"
|
|
|
| namespace base {
|
|
|