| Index: webrtc/rtc_base/ptr_util.h
|
| diff --git a/webrtc/base/ptr_util.h b/webrtc/rtc_base/ptr_util.h
|
| similarity index 95%
|
| copy from webrtc/base/ptr_util.h
|
| copy to webrtc/rtc_base/ptr_util.h
|
| index 43895c7279f05809a9004ad121d454bfb66cf3ec..9276133597ad72b44668789978e8f0416de69c73 100644
|
| --- a/webrtc/base/ptr_util.h
|
| +++ b/webrtc/rtc_base/ptr_util.h
|
| @@ -10,8 +10,8 @@
|
|
|
| // This implementation is borrowed from chromium.
|
|
|
| -#ifndef WEBRTC_BASE_PTR_UTIL_H_
|
| -#define WEBRTC_BASE_PTR_UTIL_H_
|
| +#ifndef WEBRTC_RTC_BASE_PTR_UTIL_H_
|
| +#define WEBRTC_RTC_BASE_PTR_UTIL_H_
|
|
|
| #include <memory>
|
| #include <utility>
|
| @@ -79,4 +79,4 @@ typename internal::MakeUniqueResult<T>::Invalid MakeUnique(Args&&... args) =
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_PTR_UTIL_H_
|
| +#endif // WEBRTC_RTC_BASE_PTR_UTIL_H_
|
|
|