Index: webrtc/rtc_base/numerics/percentile_filter.h |
diff --git a/webrtc/base/numerics/percentile_filter.h b/webrtc/rtc_base/numerics/percentile_filter.h |
similarity index 95% |
copy from webrtc/base/numerics/percentile_filter.h |
copy to webrtc/rtc_base/numerics/percentile_filter.h |
index 638857de51bbe15d00c6210f0c4e469a8989fee1..66391f0501c39aa85dc7a9e73af14b4316d61ed9 100644 |
--- a/webrtc/base/numerics/percentile_filter.h |
+++ b/webrtc/rtc_base/numerics/percentile_filter.h |
@@ -8,8 +8,8 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_BASE_NUMERICS_PERCENTILE_FILTER_H_ |
-#define WEBRTC_BASE_NUMERICS_PERCENTILE_FILTER_H_ |
+#ifndef WEBRTC_RTC_BASE_NUMERICS_PERCENTILE_FILTER_H_ |
+#define WEBRTC_RTC_BASE_NUMERICS_PERCENTILE_FILTER_H_ |
#include <stdint.h> |
@@ -112,4 +112,4 @@ T PercentileFilter<T>::GetPercentileValue() const { |
} // namespace webrtc |
-#endif // WEBRTC_BASE_NUMERICS_PERCENTILE_FILTER_H_ |
+#endif // WEBRTC_RTC_BASE_NUMERICS_PERCENTILE_FILTER_H_ |