Index: webrtc/rtc_base/httpbase.cc |
diff --git a/webrtc/rtc_base/httpbase.cc b/webrtc/rtc_base/httpbase.cc |
index bc8ac64c711c1abb33201c0c281ca38ed4c60aa8..64cb5d9f09c258fd8a188ba0f885fbb05955fdac 100644 |
--- a/webrtc/rtc_base/httpbase.cc |
+++ b/webrtc/rtc_base/httpbase.cc |
@@ -11,17 +11,17 @@ |
#include <memory> |
#if defined(WEBRTC_WIN) |
-#include "webrtc/base/win32.h" |
+#include "webrtc/rtc_base/win32.h" |
#else // !WEBRTC_WIN |
#define SEC_E_CERT_EXPIRED (-2146893016) |
#endif // !WEBRTC_WIN |
-#include "webrtc/base/checks.h" |
-#include "webrtc/base/httpbase.h" |
-#include "webrtc/base/logging.h" |
-#include "webrtc/base/socket.h" |
-#include "webrtc/base/stringutils.h" |
-#include "webrtc/base/thread.h" |
+#include "webrtc/rtc_base/checks.h" |
+#include "webrtc/rtc_base/httpbase.h" |
+#include "webrtc/rtc_base/logging.h" |
+#include "webrtc/rtc_base/socket.h" |
+#include "webrtc/rtc_base/stringutils.h" |
+#include "webrtc/rtc_base/thread.h" |
namespace rtc { |