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_ |