| Index: webrtc/rtc_base/proxyserver.h
|
| diff --git a/webrtc/base/proxyserver.h b/webrtc/rtc_base/proxyserver.h
|
| similarity index 96%
|
| copy from webrtc/base/proxyserver.h
|
| copy to webrtc/rtc_base/proxyserver.h
|
| index 86007c3606fc33443cdbc63c3c1916493a047686..2fba0fbd342cb889142b6646f1fd8571431d86d9 100644
|
| --- a/webrtc/base/proxyserver.h
|
| +++ b/webrtc/rtc_base/proxyserver.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_PROXYSERVER_H_
|
| -#define WEBRTC_BASE_PROXYSERVER_H_
|
| +#ifndef WEBRTC_RTC_BASE_PROXYSERVER_H_
|
| +#define WEBRTC_RTC_BASE_PROXYSERVER_H_
|
|
|
| #include <list>
|
| #include <memory>
|
| @@ -97,4 +97,4 @@ class SocksProxyServer : public ProxyServer {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_PROXYSERVER_H_
|
| +#endif // WEBRTC_RTC_BASE_PROXYSERVER_H_
|
|
|