| Index: webrtc/rtc_base/fakenetwork.h
|
| diff --git a/webrtc/base/fakenetwork.h b/webrtc/rtc_base/fakenetwork.h
|
| similarity index 96%
|
| copy from webrtc/base/fakenetwork.h
|
| copy to webrtc/rtc_base/fakenetwork.h
|
| index 108e738468db6bf26a466116f2f3dc5d219019ab..ef3b5da1e13e1ebd759d8b2e8113f12f15c25a64 100644
|
| --- a/webrtc/base/fakenetwork.h
|
| +++ b/webrtc/rtc_base/fakenetwork.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_FAKENETWORK_H_
|
| -#define WEBRTC_BASE_FAKENETWORK_H_
|
| +#ifndef WEBRTC_RTC_BASE_FAKENETWORK_H_
|
| +#define WEBRTC_RTC_BASE_FAKENETWORK_H_
|
|
|
| #include <memory>
|
| #include <string>
|
| @@ -126,4 +126,4 @@ class FakeNetworkManager : public NetworkManagerBase,
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_FAKENETWORK_H_
|
| +#endif // WEBRTC_RTC_BASE_FAKENETWORK_H_
|
|
|