| Index: webrtc/rtc_base/sslroots.h
|
| diff --git a/webrtc/base/sslroots.h b/webrtc/rtc_base/sslroots.h
|
| similarity index 99%
|
| copy from webrtc/base/sslroots.h
|
| copy to webrtc/rtc_base/sslroots.h
|
| index 0464ac83394502db2f3005a4759b8886e50f5137..b4e3390839a581510a2af72d61b29bddd71a9b80 100644
|
| --- a/webrtc/base/sslroots.h
|
| +++ b/webrtc/rtc_base/sslroots.h
|
| @@ -1,3 +1,6 @@
|
| +#ifndef WEBRTC_RTC_BASE_SSLROOTS_H_
|
| +#define WEBRTC_RTC_BASE_SSLROOTS_H_
|
| +
|
| // This file is the root certificates in C form that are needed to connect to
|
| // Google.
|
|
|
| @@ -4264,3 +4267,4 @@ const size_t kSSLCertCertificateSizeList[] = {
|
| 1122,
|
| };
|
|
|
| +#endif // WEBRTC_RTC_BASE_SSLROOTS_H_
|
|
|