| Index: webrtc/rtc_base/refcount.h
|
| diff --git a/webrtc/base/refcount.h b/webrtc/rtc_base/refcount.h
|
| similarity index 85%
|
| copy from webrtc/base/refcount.h
|
| copy to webrtc/rtc_base/refcount.h
|
| index 565ae495b2772012212c91bb04d054b5424802ab..d67e2871c64e9a620e4f9f59b211e278194a7436 100644
|
| --- a/webrtc/base/refcount.h
|
| +++ b/webrtc/rtc_base/refcount.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_REFCOUNT_H_
|
| -#define WEBRTC_BASE_REFCOUNT_H_
|
| +#ifndef WEBRTC_RTC_BASE_REFCOUNT_H_
|
| +#define WEBRTC_RTC_BASE_REFCOUNT_H_
|
|
|
| #include "webrtc/base/refcountedobject.h"
|
|
|
| @@ -26,4 +26,4 @@ class RefCountInterface {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_REFCOUNT_H_
|
| +#endif // WEBRTC_RTC_BASE_REFCOUNT_H_
|
|
|