| Index: webrtc/rtc_base/sslidentity.h
|
| diff --git a/webrtc/base/sslidentity.h b/webrtc/rtc_base/sslidentity.h
|
| similarity index 98%
|
| copy from webrtc/base/sslidentity.h
|
| copy to webrtc/rtc_base/sslidentity.h
|
| index 263d0dcd039b9e2fbc29ec99ee2dba00d1f61ae9..f84f725ca725107079af75137896e317d8a3a063 100644
|
| --- a/webrtc/base/sslidentity.h
|
| +++ b/webrtc/rtc_base/sslidentity.h
|
| @@ -10,8 +10,8 @@
|
|
|
| // Handling of certificates and keypairs for SSLStreamAdapter's peer mode.
|
|
|
| -#ifndef WEBRTC_BASE_SSLIDENTITY_H_
|
| -#define WEBRTC_BASE_SSLIDENTITY_H_
|
| +#ifndef WEBRTC_RTC_BASE_SSLIDENTITY_H_
|
| +#define WEBRTC_RTC_BASE_SSLIDENTITY_H_
|
|
|
| #include <algorithm>
|
| #include <memory>
|
| @@ -271,4 +271,4 @@ extern const char kPemTypeEcPrivateKey[];
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_SSLIDENTITY_H_
|
| +#endif // WEBRTC_RTC_BASE_SSLIDENTITY_H_
|
|
|