Index: webrtc/rtc_base/function_view.h |
diff --git a/webrtc/base/function_view.h b/webrtc/rtc_base/function_view.h |
similarity index 97% |
copy from webrtc/base/function_view.h |
copy to webrtc/rtc_base/function_view.h |
index 861bccff3e09166020c65298b7caa74354f4a37f..56964a6473c8feaba2e0a8b46556125ae54db2da 100644 |
--- a/webrtc/base/function_view.h |
+++ b/webrtc/rtc_base/function_view.h |
@@ -8,8 +8,8 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_BASE_FUNCTION_VIEW_H_ |
-#define WEBRTC_BASE_FUNCTION_VIEW_H_ |
+#ifndef WEBRTC_RTC_BASE_FUNCTION_VIEW_H_ |
+#define WEBRTC_RTC_BASE_FUNCTION_VIEW_H_ |
#include <type_traits> |
#include <utility> |
@@ -127,4 +127,4 @@ class FunctionView<RetT(ArgT...)> final { |
} // namespace rtc |
-#endif // WEBRTC_BASE_FUNCTION_VIEW_H_ |
+#endif // WEBRTC_RTC_BASE_FUNCTION_VIEW_H_ |