| Index: webrtc/rtc_base/asyncinvoker-inl.h
|
| diff --git a/webrtc/base/asyncinvoker-inl.h b/webrtc/rtc_base/asyncinvoker-inl.h
|
| similarity index 92%
|
| copy from webrtc/base/asyncinvoker-inl.h
|
| copy to webrtc/rtc_base/asyncinvoker-inl.h
|
| index 5f7cd4959a07e695ee9d526b31f641240aa33862..427d76df38a4bcf7eddf980df06d28e921fc4686 100644
|
| --- a/webrtc/base/asyncinvoker-inl.h
|
| +++ b/webrtc/rtc_base/asyncinvoker-inl.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_ASYNCINVOKER_INL_H_
|
| -#define WEBRTC_BASE_ASYNCINVOKER_INL_H_
|
| +#ifndef WEBRTC_RTC_BASE_ASYNCINVOKER_INL_H_
|
| +#define WEBRTC_RTC_BASE_ASYNCINVOKER_INL_H_
|
|
|
| #include "webrtc/base/atomicops.h"
|
| #include "webrtc/base/bind.h"
|
| @@ -53,4 +53,4 @@ class FireAndForgetAsyncClosure : public AsyncClosure {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_ASYNCINVOKER_INL_H_
|
| +#endif // WEBRTC_RTC_BASE_ASYNCINVOKER_INL_H_
|
|
|