| Index: webrtc/rtc_base/basictypes.h
|
| diff --git a/webrtc/base/basictypes.h b/webrtc/rtc_base/basictypes.h
|
| similarity index 94%
|
| copy from webrtc/base/basictypes.h
|
| copy to webrtc/rtc_base/basictypes.h
|
| index 87dcdc6d11c87e059455dab1de6994a6b6985de4..d76dbf9a4646b8d12645c07edf776578fcc84654 100644
|
| --- a/webrtc/base/basictypes.h
|
| +++ b/webrtc/rtc_base/basictypes.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_BASICTYPES_H_
|
| -#define WEBRTC_BASE_BASICTYPES_H_
|
| +#ifndef WEBRTC_RTC_BASE_BASICTYPES_H_
|
| +#define WEBRTC_RTC_BASE_BASICTYPES_H_
|
|
|
| #include <stddef.h> // for NULL, size_t
|
| #include <stdint.h> // for uintptr_t and (u)int_t types.
|
| @@ -67,4 +67,4 @@ typedef int socklen_t;
|
|
|
| #endif // __cplusplus
|
|
|
| -#endif // WEBRTC_BASE_BASICTYPES_H_
|
| +#endif // WEBRTC_RTC_BASE_BASICTYPES_H_
|
|
|