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

Unified Diff: webrtc/base/analytics/exp_filter_unittest.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.cc ('k') | webrtc/base/exp_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 95%
rename from webrtc/base/exp_filter_unittest.cc
rename to webrtc/base/analytics/exp_filter_unittest.cc
index f0278081138edd9005275c313065a20ef4e94bbe..48cb4cc329d13447287d0c9c18d2f88e213633a1 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/gunit.h"
-#include "webrtc/base/exp_filter.h"
+#include "webrtc/base/analytics/exp_filter.h"
+#include "webrtc/test/gtest.h"
namespace rtc {
« no previous file with comments | « webrtc/base/analytics/exp_filter.cc ('k') | webrtc/base/exp_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698