| Index: webrtc/rtc_base/weak_ptr.h
|
| diff --git a/webrtc/base/weak_ptr.h b/webrtc/rtc_base/weak_ptr.h
|
| similarity index 98%
|
| copy from webrtc/base/weak_ptr.h
|
| copy to webrtc/rtc_base/weak_ptr.h
|
| index 28789d014b07a5ac0d41c2aa8e114f8038081f39..62c97d96bae7cff8d8b2472a933d3f4ef0be1a99 100644
|
| --- a/webrtc/base/weak_ptr.h
|
| +++ b/webrtc/rtc_base/weak_ptr.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_WEAK_PTR_H_
|
| -#define WEBRTC_BASE_WEAK_PTR_H_
|
| +#ifndef WEBRTC_RTC_BASE_WEAK_PTR_H_
|
| +#define WEBRTC_RTC_BASE_WEAK_PTR_H_
|
|
|
| #include <memory>
|
|
|
| @@ -269,4 +269,4 @@ class WeakPtrFactory {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_WEAK_PTR_H_
|
| +#endif // WEBRTC_RTC_BASE_WEAK_PTR_H_
|
|
|