Index: webrtc/rtc_base/rollingaccumulator.h |
diff --git a/webrtc/base/rollingaccumulator.h b/webrtc/rtc_base/rollingaccumulator.h |
similarity index 96% |
copy from webrtc/base/rollingaccumulator.h |
copy to webrtc/rtc_base/rollingaccumulator.h |
index 66273755f13e4f3df15e1ad402e681ec12cdc3a3..40b2611e1aaafc08ef082c0a6b1fc0d59264dede 100644 |
--- a/webrtc/base/rollingaccumulator.h |
+++ b/webrtc/rtc_base/rollingaccumulator.h |
@@ -8,8 +8,8 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_BASE_ROLLINGACCUMULATOR_H_ |
-#define WEBRTC_BASE_ROLLINGACCUMULATOR_H_ |
+#ifndef WEBRTC_RTC_BASE_ROLLINGACCUMULATOR_H_ |
+#define WEBRTC_RTC_BASE_ROLLINGACCUMULATOR_H_ |
#include <algorithm> |
#include <vector> |
@@ -171,4 +171,4 @@ class RollingAccumulator { |
} // namespace rtc |
-#endif // WEBRTC_BASE_ROLLINGACCUMULATOR_H_ |
+#endif // WEBRTC_RTC_BASE_ROLLINGACCUMULATOR_H_ |