| Index: webrtc/rtc_base/refcountedobject.h
|
| diff --git a/webrtc/base/refcountedobject.h b/webrtc/rtc_base/refcountedobject.h
|
| similarity index 92%
|
| copy from webrtc/base/refcountedobject.h
|
| copy to webrtc/rtc_base/refcountedobject.h
|
| index 285ed36b1dca4fa2c02ef1dd5d37907c0b134cf9..5c9e7f1dfd21bc3d8fcabca993953df5db9487f1 100644
|
| --- a/webrtc/base/refcountedobject.h
|
| +++ b/webrtc/rtc_base/refcountedobject.h
|
| @@ -7,8 +7,8 @@
|
| * in the file PATENTS. All contributing project authors may
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
| -#ifndef WEBRTC_BASE_REFCOUNTEDOBJECT_H_
|
| -#define WEBRTC_BASE_REFCOUNTEDOBJECT_H_
|
| +#ifndef WEBRTC_RTC_BASE_REFCOUNTEDOBJECT_H_
|
| +#define WEBRTC_RTC_BASE_REFCOUNTEDOBJECT_H_
|
|
|
| #include <utility>
|
|
|
| @@ -58,4 +58,4 @@ class RefCountedObject : public T {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_REFCOUNTEDOBJECT_H_
|
| +#endif // WEBRTC_RTC_BASE_REFCOUNTEDOBJECT_H_
|
|
|