| Index: webrtc/rtc_base/sigslot.h
|
| diff --git a/webrtc/base/sigslot.h b/webrtc/rtc_base/sigslot.h
|
| similarity index 99%
|
| copy from webrtc/base/sigslot.h
|
| copy to webrtc/rtc_base/sigslot.h
|
| index 4649f516137e2fefdc8357933238f98e167aeada..2981b528401b3ebb95b697adce39a77f0db0c7ff 100644
|
| --- a/webrtc/base/sigslot.h
|
| +++ b/webrtc/rtc_base/sigslot.h
|
| @@ -93,8 +93,8 @@
|
| // If signalx is single threaded the user must ensure that disconnect, connect
|
| // or signal is not happening concurrently or data race may occur.
|
|
|
| -#ifndef WEBRTC_BASE_SIGSLOT_H__
|
| -#define WEBRTC_BASE_SIGSLOT_H__
|
| +#ifndef WEBRTC_RTC_BASE_SIGSLOT_H_
|
| +#define WEBRTC_RTC_BASE_SIGSLOT_H_
|
|
|
| #include <stdlib.h>
|
| #include <cstring>
|
| @@ -644,4 +644,4 @@ using signal8 =
|
|
|
| } // namespace sigslot
|
|
|
| -#endif // WEBRTC_BASE_SIGSLOT_H__
|
| +#endif // WEBRTC_RTC_BASE_SIGSLOT_H_
|
|
|