| Index: webrtc/rtc_base/httpcommon-inl.h
|
| diff --git a/webrtc/base/httpcommon-inl.h b/webrtc/rtc_base/httpcommon-inl.h
|
| similarity index 96%
|
| copy from webrtc/base/httpcommon-inl.h
|
| copy to webrtc/rtc_base/httpcommon-inl.h
|
| index f29f0759985e4505c5a954a823bbd1259d0c38c9..c324831463e6221376a3e19c004f20efd8c3e576 100644
|
| --- a/webrtc/base/httpcommon-inl.h
|
| +++ b/webrtc/rtc_base/httpcommon-inl.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_HTTPCOMMON_INL_H__
|
| -#define WEBRTC_BASE_HTTPCOMMON_INL_H__
|
| +#ifndef WEBRTC_RTC_BASE_HTTPCOMMON_INL_H_
|
| +#define WEBRTC_RTC_BASE_HTTPCOMMON_INL_H_
|
|
|
| #include "webrtc/base/arraysize.h"
|
| #include "webrtc/base/checks.h"
|
| @@ -129,4 +129,4 @@ bool Url<CTYPE>::get_attribute(const string& name, string* value) const {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_HTTPCOMMON_INL_H__
|
| +#endif // WEBRTC_RTC_BASE_HTTPCOMMON_INL_H_
|
|
|