| Index: webrtc/rtc_base/opensslidentity.h
|
| diff --git a/webrtc/base/opensslidentity.h b/webrtc/rtc_base/opensslidentity.h
|
| similarity index 97%
|
| copy from webrtc/base/opensslidentity.h
|
| copy to webrtc/rtc_base/opensslidentity.h
|
| index 84716d172015e7805a22b26edd72e1bda9f8fcc7..3d6c8106c26552541b119ff5adc5fd3226f59ab1 100644
|
| --- a/webrtc/base/opensslidentity.h
|
| +++ b/webrtc/rtc_base/opensslidentity.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_OPENSSLIDENTITY_H_
|
| -#define WEBRTC_BASE_OPENSSLIDENTITY_H_
|
| +#ifndef WEBRTC_RTC_BASE_OPENSSLIDENTITY_H_
|
| +#define WEBRTC_RTC_BASE_OPENSSLIDENTITY_H_
|
|
|
| #include <openssl/evp.h>
|
| #include <openssl/x509.h>
|
| @@ -144,4 +144,4 @@ class OpenSSLIdentity : public SSLIdentity {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_OPENSSLIDENTITY_H_
|
| +#endif // WEBRTC_RTC_BASE_OPENSSLIDENTITY_H_
|
|
|