Chromium Code Reviews

Unified Diff: webrtc/rtc_base/networkmonitor.h

Issue 2877023002: Move webrtc/{base => rtc_base} (Closed)
Patch Set: update presubmit.py and DEPS include rules Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « webrtc/rtc_base/network_unittest.cc ('k') | webrtc/rtc_base/networkmonitor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « webrtc/rtc_base/network_unittest.cc ('k') | webrtc/rtc_base/networkmonitor.cc » ('j') | no next file with comments »

Powered by Google App Engine