| Index: webrtc/rtc_base/networkmonitor.h
|
| diff --git a/webrtc/base/networkmonitor.h b/webrtc/rtc_base/networkmonitor.h
|
| similarity index 96%
|
| copy from webrtc/base/networkmonitor.h
|
| copy to webrtc/rtc_base/networkmonitor.h
|
| index 72b07b449c3028ff7bab7b353bfe3dd152abe9d8..db976bfaa6851ac8b79c122804906712f8ddf059 100644
|
| --- a/webrtc/base/networkmonitor.h
|
| +++ b/webrtc/rtc_base/networkmonitor.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_NETWORKMONITOR_H_
|
| -#define WEBRTC_BASE_NETWORKMONITOR_H_
|
| +#ifndef WEBRTC_RTC_BASE_NETWORKMONITOR_H_
|
| +#define WEBRTC_RTC_BASE_NETWORKMONITOR_H_
|
|
|
| #include "webrtc/base/logging.h"
|
| #include "webrtc/base/sigslot.h"
|
| @@ -125,4 +125,4 @@ class NetworkMonitorFactory {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_NETWORKMONITOR_H_
|
| +#endif // WEBRTC_RTC_BASE_NETWORKMONITOR_H_
|
|
|