Index: webrtc/common_audio/smoothing_filter_unittest.cc |
diff --git a/webrtc/common_audio/smoothing_filter_unittest.cc b/webrtc/common_audio/smoothing_filter_unittest.cc |
index 5075545f13d9ba969c25aa751098f9b4a1ad5617..6e0bde85cbe024093aaf967357f7ee3cb0b2a4d2 100644 |
--- a/webrtc/common_audio/smoothing_filter_unittest.cc |
+++ b/webrtc/common_audio/smoothing_filter_unittest.cc |
@@ -11,8 +11,8 @@ |
#include <cmath> |
#include <memory> |
-#include "webrtc/base/fakeclock.h" |
#include "webrtc/common_audio/smoothing_filter.h" |
+#include "webrtc/rtc_base/fakeclock.h" |
#include "webrtc/test/gtest.h" |
namespace webrtc { |