| Index: webrtc/rtc_base/macutils.h
|
| diff --git a/webrtc/base/macutils.h b/webrtc/rtc_base/macutils.h
|
| similarity index 92%
|
| copy from webrtc/base/macutils.h
|
| copy to webrtc/rtc_base/macutils.h
|
| index fdcb3eee5b7162e82f8eaf04284da9126c513631..5b4021b8fd128e6feced6ffc897194eb970d6f59 100644
|
| --- a/webrtc/base/macutils.h
|
| +++ b/webrtc/rtc_base/macutils.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_MACUTILS_H__
|
| -#define WEBRTC_BASE_MACUTILS_H__
|
| +#ifndef WEBRTC_RTC_BASE_MACUTILS_H_
|
| +#define WEBRTC_RTC_BASE_MACUTILS_H_
|
|
|
| #include <CoreFoundation/CoreFoundation.h>
|
| #include <string>
|
| @@ -47,4 +47,4 @@ MacOSVersionName GetOSVersionName();
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_MACUTILS_H__
|
| +#endif // WEBRTC_RTC_BASE_MACUTILS_H_
|
|
|