| Index: webrtc/rtc_base/constructormagic.h
|
| diff --git a/webrtc/base/constructormagic.h b/webrtc/rtc_base/constructormagic.h
|
| similarity index 90%
|
| copy from webrtc/base/constructormagic.h
|
| copy to webrtc/rtc_base/constructormagic.h
|
| index 6ef7826505366887922a2f2500c4a2c5cd98e465..14de7e8cf53016b3371e522ac66dbac8aadc6ddd 100644
|
| --- a/webrtc/base/constructormagic.h
|
| +++ b/webrtc/rtc_base/constructormagic.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_CONSTRUCTORMAGIC_H_
|
| -#define WEBRTC_BASE_CONSTRUCTORMAGIC_H_
|
| +#ifndef WEBRTC_RTC_BASE_CONSTRUCTORMAGIC_H_
|
| +#define WEBRTC_RTC_BASE_CONSTRUCTORMAGIC_H_
|
|
|
| // Put this in the declarations for a class to be unassignable.
|
| #define RTC_DISALLOW_ASSIGN(TypeName) \
|
| @@ -31,4 +31,4 @@
|
| TypeName() = delete; \
|
| RTC_DISALLOW_COPY_AND_ASSIGN(TypeName)
|
|
|
| -#endif // WEBRTC_BASE_CONSTRUCTORMAGIC_H_
|
| +#endif // WEBRTC_RTC_BASE_CONSTRUCTORMAGIC_H_
|
|
|