| Index: webrtc/rtc_base/networkroute.h
|
| diff --git a/webrtc/base/networkroute.h b/webrtc/rtc_base/networkroute.h
|
| similarity index 93%
|
| copy from webrtc/base/networkroute.h
|
| copy to webrtc/rtc_base/networkroute.h
|
| index a34e6d304d4bd4538baf40b0a3df7abf6921fa6e..c43f5fc28c6436a2964555f0f336852bc1762a09 100644
|
| --- a/webrtc/base/networkroute.h
|
| +++ b/webrtc/rtc_base/networkroute.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_NETWORKROUTE_H_
|
| -#define WEBRTC_BASE_NETWORKROUTE_H_
|
| +#ifndef WEBRTC_RTC_BASE_NETWORKROUTE_H_
|
| +#define WEBRTC_RTC_BASE_NETWORKROUTE_H_
|
|
|
| // TODO(honghaiz): Make a directory that describes the interfaces and structs
|
| // the media code can rely on and the network code can implement, and both can
|
| @@ -50,4 +50,4 @@ struct NetworkRoute {
|
| };
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_NETWORKROUTE_H_
|
| +#endif // WEBRTC_RTC_BASE_NETWORKROUTE_H_
|
|
|