| Index: webrtc/rtc_base/thread.h
|
| diff --git a/webrtc/base/thread.h b/webrtc/rtc_base/thread.h
|
| similarity index 99%
|
| copy from webrtc/base/thread.h
|
| copy to webrtc/rtc_base/thread.h
|
| index 6e5da61005b6ba3357bc0a85e1df98c594c7c0f1..b6e98faa163abd5cca2d9142de24df8a36615409 100644
|
| --- a/webrtc/base/thread.h
|
| +++ b/webrtc/rtc_base/thread.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_THREAD_H_
|
| -#define WEBRTC_BASE_THREAD_H_
|
| +#ifndef WEBRTC_RTC_BASE_THREAD_H_
|
| +#define WEBRTC_RTC_BASE_THREAD_H_
|
|
|
| #include <algorithm>
|
| #include <list>
|
| @@ -329,4 +329,4 @@ class AutoSocketServerThread : public Thread {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_THREAD_H_
|
| +#endif // WEBRTC_RTC_BASE_THREAD_H_
|
|
|