| Index: webrtc/base/sslroots.h
|
| diff --git a/webrtc/base/sslroots.h b/webrtc/base/sslroots.h
|
| index 0464ac83394502db2f3005a4759b8886e50f5137..683f48c8333e1a875e7a5b52500be8fcb05774a6 100644
|
| --- a/webrtc/base/sslroots.h
|
| +++ b/webrtc/base/sslroots.h
|
| @@ -1,3 +1,6 @@
|
| +#ifndef WEBRTC_BASE_SSLROOTS_H_
|
| +#define WEBRTC_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_BASE_SSLROOTS_H_
|
|
|