| Index: webrtc/rtc_base/rtccertificate.h
|
| diff --git a/webrtc/base/rtccertificate.h b/webrtc/rtc_base/rtccertificate.h
|
| similarity index 96%
|
| copy from webrtc/base/rtccertificate.h
|
| copy to webrtc/rtc_base/rtccertificate.h
|
| index dfc76808ac21f3343875d6055c2c7c0616b69cef..e97ca73b88005202027a0bd643e62796be76d63b 100644
|
| --- a/webrtc/base/rtccertificate.h
|
| +++ b/webrtc/rtc_base/rtccertificate.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_RTCCERTIFICATE_H_
|
| -#define WEBRTC_BASE_RTCCERTIFICATE_H_
|
| +#ifndef WEBRTC_RTC_BASE_RTCCERTIFICATE_H_
|
| +#define WEBRTC_RTC_BASE_RTCCERTIFICATE_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -84,4 +84,4 @@ class RTCCertificate : public RefCountInterface {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_RTCCERTIFICATE_H_
|
| +#endif // WEBRTC_RTC_BASE_RTCCERTIFICATE_H_
|
|
|