| Index: webrtc/rtc_base/scoped_ref_ptr.h
|
| diff --git a/webrtc/base/scoped_ref_ptr.h b/webrtc/rtc_base/scoped_ref_ptr.h
|
| similarity index 96%
|
| copy from webrtc/base/scoped_ref_ptr.h
|
| copy to webrtc/rtc_base/scoped_ref_ptr.h
|
| index 26aff03504ac5d71de40b28a79b038e31b790844..69086dbc6c1b43773e796544ca5722f1a5badc18 100644
|
| --- a/webrtc/base/scoped_ref_ptr.h
|
| +++ b/webrtc/rtc_base/scoped_ref_ptr.h
|
| @@ -60,8 +60,8 @@
|
| // }
|
| //
|
|
|
| -#ifndef WEBRTC_BASE_SCOPED_REF_PTR_H_
|
| -#define WEBRTC_BASE_SCOPED_REF_PTR_H_
|
| +#ifndef WEBRTC_RTC_BASE_SCOPED_REF_PTR_H_
|
| +#define WEBRTC_RTC_BASE_SCOPED_REF_PTR_H_
|
|
|
| #include <memory>
|
|
|
| @@ -160,4 +160,4 @@ class scoped_refptr {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_SCOPED_REF_PTR_H_
|
| +#endif // WEBRTC_RTC_BASE_SCOPED_REF_PTR_H_
|
|
|