| Index: webrtc/rtc_base/thread_checker_impl.h
|
| diff --git a/webrtc/base/thread_checker_impl.h b/webrtc/rtc_base/thread_checker_impl.h
|
| similarity index 90%
|
| copy from webrtc/base/thread_checker_impl.h
|
| copy to webrtc/rtc_base/thread_checker_impl.h
|
| index b9867c3e7d8c6268ed5eb8504b409a90784ef7b6..05b1b6251d5390ddade07773a5a81a84bc74bc7e 100644
|
| --- a/webrtc/base/thread_checker_impl.h
|
| +++ b/webrtc/rtc_base/thread_checker_impl.h
|
| @@ -10,8 +10,8 @@
|
|
|
| // Borrowed from Chromium's src/base/threading/thread_checker_impl.h.
|
|
|
| -#ifndef WEBRTC_BASE_THREAD_CHECKER_IMPL_H_
|
| -#define WEBRTC_BASE_THREAD_CHECKER_IMPL_H_
|
| +#ifndef WEBRTC_RTC_BASE_THREAD_CHECKER_IMPL_H_
|
| +#define WEBRTC_RTC_BASE_THREAD_CHECKER_IMPL_H_
|
|
|
| #include "webrtc/base/criticalsection.h"
|
| #include "webrtc/base/platform_thread_types.h"
|
| @@ -45,4 +45,4 @@ class ThreadCheckerImpl {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_THREAD_CHECKER_IMPL_H_
|
| +#endif // WEBRTC_RTC_BASE_THREAD_CHECKER_IMPL_H_
|
|
|