| Index: webrtc/rtc_base/win32.h
|
| diff --git a/webrtc/base/win32.h b/webrtc/rtc_base/win32.h
|
| similarity index 97%
|
| copy from webrtc/base/win32.h
|
| copy to webrtc/rtc_base/win32.h
|
| index ad8a43d45341ac3394fcfb7dd6747040f93a47b5..b4c7646f0fc1638fd72bc062f1aebf53ff423798 100644
|
| --- a/webrtc/base/win32.h
|
| +++ b/webrtc/rtc_base/win32.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_WIN32_H_
|
| -#define WEBRTC_BASE_WIN32_H_
|
| +#ifndef WEBRTC_RTC_BASE_WIN32_H_
|
| +#define WEBRTC_RTC_BASE_WIN32_H_
|
|
|
| #if defined(WEBRTC_WIN)
|
|
|
| @@ -125,4 +125,4 @@ inline bool IsCurrentProcessLowIntegrity() {
|
| } // namespace rtc
|
|
|
| #endif // WEBRTC_WIN
|
| -#endif // WEBRTC_BASE_WIN32_H_
|
| +#endif // WEBRTC_RTC_BASE_WIN32_H_
|
|
|