| Index: webrtc/rtc_base/atomicops.h
|
| diff --git a/webrtc/base/atomicops.h b/webrtc/rtc_base/atomicops.h
|
| similarity index 96%
|
| copy from webrtc/base/atomicops.h
|
| copy to webrtc/rtc_base/atomicops.h
|
| index a286bf01cc8c0f4d7516c50a0ecb9dda5fc84d39..c9e1a9390d07f18d35dfeff68e08a8f435b685ba 100644
|
| --- a/webrtc/base/atomicops.h
|
| +++ b/webrtc/rtc_base/atomicops.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_ATOMICOPS_H_
|
| -#define WEBRTC_BASE_ATOMICOPS_H_
|
| +#ifndef WEBRTC_RTC_BASE_ATOMICOPS_H_
|
| +#define WEBRTC_RTC_BASE_ATOMICOPS_H_
|
|
|
| #if defined(WEBRTC_WIN)
|
| // Include winsock2.h before including <windows.h> to maintain consistency with
|
| @@ -84,4 +84,4 @@ class AtomicOps {
|
|
|
| }
|
|
|
| -#endif // WEBRTC_BASE_ATOMICOPS_H_
|
| +#endif // WEBRTC_RTC_BASE_ATOMICOPS_H_
|
|
|