Index: webrtc/audio/utility/audio_frame_operations.cc |
diff --git a/webrtc/audio/utility/audio_frame_operations.cc b/webrtc/audio/utility/audio_frame_operations.cc |
index beb3e4cc932562a79ef4e92c288f4c179be37555..1299e04028e00f1a053614d2e360b7110c42f4b4 100644 |
--- a/webrtc/audio/utility/audio_frame_operations.cc |
+++ b/webrtc/audio/utility/audio_frame_operations.cc |
@@ -12,9 +12,9 @@ |
#include <algorithm> |
-#include "webrtc/base/checks.h" |
-#include "webrtc/base/safe_conversions.h" |
#include "webrtc/modules/include/module_common_types.h" |
+#include "webrtc/rtc_base/checks.h" |
+#include "webrtc/rtc_base/safe_conversions.h" |
namespace webrtc { |
namespace { |