| Index: webrtc/rtc_base/messagequeue.h
|
| diff --git a/webrtc/base/messagequeue.h b/webrtc/rtc_base/messagequeue.h
|
| similarity index 98%
|
| copy from webrtc/base/messagequeue.h
|
| copy to webrtc/rtc_base/messagequeue.h
|
| index e39c9f9869a4b19ee16c225cdd20bfee7121c412..4e534fa2fa6862a42c7ebe542959538b81c0e8ab 100644
|
| --- a/webrtc/base/messagequeue.h
|
| +++ b/webrtc/rtc_base/messagequeue.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_MESSAGEQUEUE_H_
|
| -#define WEBRTC_BASE_MESSAGEQUEUE_H_
|
| +#ifndef WEBRTC_RTC_BASE_MESSAGEQUEUE_H_
|
| +#define WEBRTC_RTC_BASE_MESSAGEQUEUE_H_
|
|
|
| #include <string.h>
|
|
|
| @@ -324,4 +324,4 @@ class MessageQueue {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_MESSAGEQUEUE_H_
|
| +#endif // WEBRTC_RTC_BASE_MESSAGEQUEUE_H_
|
|
|