| Index: webrtc/base/event.h
|
| diff --git a/webrtc/base/event.h b/webrtc/base/event.h
|
| index 7686d30af240c88265032158ceb5c1057ca75808..d4b58724f0e3953b5cb213e0d3d9ce060523795b 100644
|
| --- a/webrtc/base/event.h
|
| +++ b/webrtc/base/event.h
|
| @@ -11,6 +11,7 @@
|
| #ifndef WEBRTC_BASE_EVENT_H__
|
| #define WEBRTC_BASE_EVENT_H__
|
|
|
| +#include "webrtc/base/constructormagic.h"
|
| #if defined(WEBRTC_WIN)
|
| #include "webrtc/base/win32.h" // NOLINT: consider this a system header.
|
| #elif defined(WEBRTC_POSIX)
|
| @@ -44,6 +45,8 @@ class Event {
|
| const bool is_manual_reset_;
|
| bool event_status_;
|
| #endif
|
| +
|
| + RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(Event);
|
| };
|
|
|
| } // namespace rtc
|
|
|