Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(222)

Unified Diff: webrtc/base/networkroute.h

Issue 1844773002: Update the call when the network route changes (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Merge with head Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/call.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/networkroute.h
diff --git a/webrtc/base/networkroute.h b/webrtc/base/networkroute.h
index 95c1c088ac1b59241d7ed96373a7012d9cd463e1..52fa6d612f47d93983bbfdac973388ff0ce5a70e 100644
--- a/webrtc/base/networkroute.h
+++ b/webrtc/base/networkroute.h
@@ -15,7 +15,7 @@
// the media code can rely on and the network code can implement, and both can
// depend on that, but not depend on each other. Then, move this file to that
// directory.
-namespace cricket {
+namespace rtc {
struct NetworkRoute {
bool connected;
@@ -47,6 +47,6 @@ struct NetworkRoute {
bool operator!=(const NetworkRoute& nr) const { return !(*this == nr); }
};
-} // namespace cricket
+} // namespace rtc
#endif // WEBRTC_BASE_NETWORKROUTE_H_
« no previous file with comments | « no previous file | webrtc/call.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698