| Index: webrtc/rtc_base/bind.h
|
| diff --git a/webrtc/base/bind.h b/webrtc/rtc_base/bind.h
|
| similarity index 98%
|
| copy from webrtc/base/bind.h
|
| copy to webrtc/rtc_base/bind.h
|
| index 94eb164986f9b717766a68f6c85d4c10b2e1501a..975a5e0aa280d9d4cbec8bee349f67d359c30ea3 100644
|
| --- a/webrtc/base/bind.h
|
| +++ b/webrtc/rtc_base/bind.h
|
| @@ -58,8 +58,8 @@
|
| // }
|
| //
|
|
|
| -#ifndef WEBRTC_BASE_BIND_H_
|
| -#define WEBRTC_BASE_BIND_H_
|
| +#ifndef WEBRTC_RTC_BASE_BIND_H_
|
| +#define WEBRTC_RTC_BASE_BIND_H_
|
|
|
| #include <tuple>
|
| #include <type_traits>
|
| @@ -281,4 +281,4 @@ Functor<FP_T(NONAME), R, Args...> Bind(
|
|
|
| #undef NONAME
|
|
|
| -#endif // WEBRTC_BASE_BIND_H_
|
| +#endif // WEBRTC_RTC_BASE_BIND_H_
|
|
|