| Index: webrtc/rtc_base/template_util.h
|
| diff --git a/webrtc/base/template_util.h b/webrtc/rtc_base/template_util.h
|
| similarity index 96%
|
| copy from webrtc/base/template_util.h
|
| copy to webrtc/rtc_base/template_util.h
|
| index f3565a4c91ed792ac977eb8cffcaf67b04d13653..acadc9d29a8d9707dd0ec4419901c90c42a8c28c 100644
|
| --- a/webrtc/base/template_util.h
|
| +++ b/webrtc/rtc_base/template_util.h
|
| @@ -10,8 +10,8 @@
|
|
|
| // Borrowed from Chromium's src/base/template_util.h.
|
|
|
| -#ifndef WEBRTC_BASE_TEMPLATE_UTIL_H_
|
| -#define WEBRTC_BASE_TEMPLATE_UTIL_H_
|
| +#ifndef WEBRTC_RTC_BASE_TEMPLATE_UTIL_H_
|
| +#define WEBRTC_RTC_BASE_TEMPLATE_UTIL_H_
|
|
|
| #include <stddef.h> // For size_t.
|
|
|
| @@ -124,4 +124,4 @@ struct is_class
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_TEMPLATE_UTIL_H_
|
| +#endif // WEBRTC_RTC_BASE_TEMPLATE_UTIL_H_
|
|
|