Index: webrtc/p2p/base/stunport.cc |
diff --git a/webrtc/p2p/base/stunport.cc b/webrtc/p2p/base/stunport.cc |
index 5801ba7dd63f52122b6764e7d3a1f04c4b19f195..fa7a63c46b720367fa530267ba5eccb91e89dd63 100644 |
--- a/webrtc/p2p/base/stunport.cc |
+++ b/webrtc/p2p/base/stunport.cc |
@@ -13,11 +13,11 @@ |
#include "webrtc/p2p/base/common.h" |
#include "webrtc/p2p/base/portallocator.h" |
#include "webrtc/p2p/base/stun.h" |
-#include "webrtc/base/checks.h" |
-#include "webrtc/base/helpers.h" |
-#include "webrtc/base/ipaddress.h" |
-#include "webrtc/base/logging.h" |
-#include "webrtc/base/nethelpers.h" |
+#include "webrtc/rtc_base/checks.h" |
+#include "webrtc/rtc_base/helpers.h" |
+#include "webrtc/rtc_base/ipaddress.h" |
+#include "webrtc/rtc_base/logging.h" |
+#include "webrtc/rtc_base/nethelpers.h" |
namespace cricket { |