| Index: webrtc/rtc_base/sequenced_task_checker.h
|
| diff --git a/webrtc/base/sequenced_task_checker.h b/webrtc/rtc_base/sequenced_task_checker.h
|
| similarity index 93%
|
| copy from webrtc/base/sequenced_task_checker.h
|
| copy to webrtc/rtc_base/sequenced_task_checker.h
|
| index 4df5b5420cd4321169351a37103bd520d9c793ec..5e127c7f41d73617489ebc71d971702a5301d78a 100644
|
| --- a/webrtc/base/sequenced_task_checker.h
|
| +++ b/webrtc/rtc_base/sequenced_task_checker.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_SEQUENCED_TASK_CHECKER_H_
|
| -#define WEBRTC_BASE_SEQUENCED_TASK_CHECKER_H_
|
| +#ifndef WEBRTC_RTC_BASE_SEQUENCED_TASK_CHECKER_H_
|
| +#define WEBRTC_RTC_BASE_SEQUENCED_TASK_CHECKER_H_
|
|
|
| // Apart from debug builds, we also enable the sequence checker in
|
| // builds with RTC_DCHECK_IS_ON so that trybots and waterfall bots
|
| @@ -75,4 +75,4 @@ class SCOPED_LOCKABLE SequencedTaskCheckerScope {
|
| #undef ENABLE_SEQUENCED_TASK_CHECKER
|
|
|
| } // namespace rtc
|
| -#endif // WEBRTC_BASE_SEQUENCED_TASK_CHECKER_H_
|
| +#endif // WEBRTC_RTC_BASE_SEQUENCED_TASK_CHECKER_H_
|
|
|