| Index: webrtc/rtc_base/proxyinfo.h
|
| diff --git a/webrtc/base/proxyinfo.h b/webrtc/rtc_base/proxyinfo.h
|
| similarity index 88%
|
| copy from webrtc/base/proxyinfo.h
|
| copy to webrtc/rtc_base/proxyinfo.h
|
| index 2251b13ee2eac883bb8bdc72517bee89ce5047d5..89bb1b7870698ceaf0843cadc8c46aef452519ed 100644
|
| --- a/webrtc/base/proxyinfo.h
|
| +++ b/webrtc/rtc_base/proxyinfo.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_PROXYINFO_H__
|
| -#define WEBRTC_BASE_PROXYINFO_H__
|
| +#ifndef WEBRTC_RTC_BASE_PROXYINFO_H_
|
| +#define WEBRTC_RTC_BASE_PROXYINFO_H_
|
|
|
| #include <string>
|
| #include "webrtc/base/socketaddress.h"
|
| @@ -40,4 +40,4 @@ struct ProxyInfo {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_PROXYINFO_H__
|
| +#endif // WEBRTC_RTC_BASE_PROXYINFO_H_
|
|
|