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

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

Issue 2520003005: Reland "Move smoothing filter to common audio". (Closed)
Patch Set: fixing 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
Index: webrtc/base/analytics/exp_filter_unittest.cc
diff --git a/webrtc/base/exp_filter_unittest.cc b/webrtc/base/analytics/exp_filter_unittest.cc
similarity index 97%
rename from webrtc/base/exp_filter_unittest.cc
rename to webrtc/base/analytics/exp_filter_unittest.cc
index f0278081138edd9005275c313065a20ef4e94bbe..4f9c939cf742515355beb97427b281d48a6b846b 100644
--- a/webrtc/base/exp_filter_unittest.cc
+++ b/webrtc/base/analytics/exp_filter_unittest.cc
@@ -10,8 +10,8 @@
#include <math.h>
+#include "webrtc/base/analytics/exp_filter.h"
#include "webrtc/base/gunit.h"
-#include "webrtc/base/exp_filter.h"
namespace rtc {

Powered by Google App Engine
This is Rietveld 408576698