| Index: webrtc/rtc_base/httpcommon.h
|
| diff --git a/webrtc/base/httpcommon.h b/webrtc/rtc_base/httpcommon.h
|
| similarity index 99%
|
| copy from webrtc/base/httpcommon.h
|
| copy to webrtc/rtc_base/httpcommon.h
|
| index 7182aa2f85d097c6cf8d5d8d8ef7a84a26570045..12d18d5cff7c8094bbca9643786f21f7e383972a 100644
|
| --- a/webrtc/base/httpcommon.h
|
| +++ b/webrtc/rtc_base/httpcommon.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_HTTPCOMMON_H__
|
| -#define WEBRTC_BASE_HTTPCOMMON_H__
|
| +#ifndef WEBRTC_RTC_BASE_HTTPCOMMON_H_
|
| +#define WEBRTC_RTC_BASE_HTTPCOMMON_H_
|
|
|
| #include <map>
|
| #include <memory>
|
| @@ -455,4 +455,4 @@ HttpAuthResult HttpAuthenticate(
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_HTTPCOMMON_H__
|
| +#endif // WEBRTC_RTC_BASE_HTTPCOMMON_H_
|
|
|