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

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

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/BUILD.gn ('k') | webrtc/base/analytics/exp_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/analytics/exp_filter.h
diff --git a/webrtc/base/exp_filter.h b/webrtc/base/analytics/exp_filter.h
similarity index 91%
rename from webrtc/base/exp_filter.h
rename to webrtc/base/analytics/exp_filter.h
index 174159b45f8291af985cef4552a8cca02411079e..e93de48963b4e3dfa547c62b7c200eca3dd43dd8 100644
--- a/webrtc/base/exp_filter.h
+++ b/webrtc/base/analytics/exp_filter.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_BASE_EXP_FILTER_H_
-#define WEBRTC_BASE_EXP_FILTER_H_
+#ifndef WEBRTC_BASE_ANALYTICS_EXP_FILTER_H_
+#define WEBRTC_BASE_ANALYTICS_EXP_FILTER_H_
namespace rtc {
@@ -46,4 +46,4 @@ class ExpFilter {
};
} // namespace rtc
-#endif // WEBRTC_BASE_EXP_FILTER_H_
+#endif // WEBRTC_BASE_ANALYTICS_EXP_FILTER_H_
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | webrtc/base/analytics/exp_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698