| Index: webrtc/base/numerics/exp_filter.cc
|
| diff --git a/webrtc/base/analytics/exp_filter.cc b/webrtc/base/numerics/exp_filter.cc
|
| similarity index 96%
|
| rename from webrtc/base/analytics/exp_filter.cc
|
| rename to webrtc/base/numerics/exp_filter.cc
|
| index 48fe1ad97a906ba5f9a4f69cf1074e11b7c82409..a4754a64b386c2da7dc20f4a04821146c1b6a2c8 100644
|
| --- a/webrtc/base/analytics/exp_filter.cc
|
| +++ b/webrtc/base/numerics/exp_filter.cc
|
| @@ -8,7 +8,7 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/base/analytics/exp_filter.h"
|
| +#include "webrtc/base/numerics/exp_filter.h"
|
|
|
| #include <math.h>
|
|
|
|
|