commit | bc5d921659e8f2184dd0ff9af18ac609a6c81a4f | [log] [tgz] |
---|---|---|
author | terelius <terelius@webrtc.org> | Fri Jan 13 09:14:33 2017 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Fri Jan 13 17:14:33 2017 +0000 |
tree | cac666175a9d2ebd5ba59495cb79fe9923e38442 | |
parent | 8313a6fa8f78d18e0f5e2bff31086da01d0db4bf [diff] [blame] |
Rename base/analytics/ to base/numerics/ BUG=webrtc:6832 Review-Url: https://codereview.webrtc.org/2626203002 Cr-Commit-Position: refs/heads/master@{#16060}
diff --git a/webrtc/modules/video_coding/codec_timer.h b/webrtc/modules/video_coding/codec_timer.h index 1fabeb2..3fd081b 100644 --- a/webrtc/modules/video_coding/codec_timer.h +++ b/webrtc/modules/video_coding/codec_timer.h
@@ -13,7 +13,7 @@ #include <queue> -#include "webrtc/base/analytics/percentile_filter.h" +#include "webrtc/base/numerics/percentile_filter.h" #include "webrtc/modules/include/module_common_types.h" #include "webrtc/typedefs.h"