Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(204)

Unified Diff: webrtc/base/analytics/exp_filter.cc

Issue 2532523002: Move smoothing filter to common audio and exp_filter to base/analytics. (Closed)
Patch Set: typo Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/base/analytics/exp_filter.h ('k') | webrtc/base/analytics/exp_filter_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/analytics/exp_filter.cc
diff --git a/webrtc/base/exp_filter.cc b/webrtc/base/analytics/exp_filter.cc
similarity index 96%
rename from webrtc/base/exp_filter.cc
rename to webrtc/base/analytics/exp_filter.cc
index 9529480061aee23c62bcb28c94d7f63bcf6864b2..48fe1ad97a906ba5f9a4f69cf1074e11b7c82409 100644
--- a/webrtc/base/exp_filter.cc
+++ b/webrtc/base/analytics/exp_filter.cc
@@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/base/exp_filter.h"
+#include "webrtc/base/analytics/exp_filter.h"
#include <math.h>
« no previous file with comments | « webrtc/base/analytics/exp_filter.h ('k') | webrtc/base/analytics/exp_filter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698