Index: webrtc/common_audio/wav_file.cc |
diff --git a/webrtc/common_audio/wav_file.cc b/webrtc/common_audio/wav_file.cc |
index 0f37f9cdea0692b7daa576901a256edb4ee3d34a..3b1b9eef6cdbc13e2436cffb9e74fd2b97768452 100644 |
--- a/webrtc/common_audio/wav_file.cc |
+++ b/webrtc/common_audio/wav_file.cc |
@@ -15,10 +15,10 @@ |
#include <limits> |
#include <sstream> |
-#include "webrtc/base/checks.h" |
-#include "webrtc/base/safe_conversions.h" |
#include "webrtc/common_audio/include/audio_util.h" |
#include "webrtc/common_audio/wav_header.h" |
+#include "webrtc/rtc_base/checks.h" |
+#include "webrtc/rtc_base/safe_conversions.h" |
namespace webrtc { |