Index: webrtc/rtc_base/helpers.cc |
diff --git a/webrtc/rtc_base/helpers.cc b/webrtc/rtc_base/helpers.cc |
index aa6a6aea187f3e8e4f33b9788315264514fe0d0b..f7b1fa8d630cfd168c664b3ec00a0e5fd80a972f 100644 |
--- a/webrtc/rtc_base/helpers.cc |
+++ b/webrtc/rtc_base/helpers.cc |
@@ -8,18 +8,18 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/base/helpers.h" |
+#include "webrtc/rtc_base/helpers.h" |
#include <limits> |
#include <memory> |
#include <openssl/rand.h> |
-#include "webrtc/base/base64.h" |
-#include "webrtc/base/basictypes.h" |
-#include "webrtc/base/checks.h" |
-#include "webrtc/base/logging.h" |
-#include "webrtc/base/timeutils.h" |
+#include "webrtc/rtc_base/base64.h" |
+#include "webrtc/rtc_base/basictypes.h" |
+#include "webrtc/rtc_base/checks.h" |
+#include "webrtc/rtc_base/logging.h" |
+#include "webrtc/rtc_base/timeutils.h" |
// Protect against max macro inclusion. |
#undef max |