| Index: content/renderer/media/rtc_certificate.h
|
| diff --git a/content/renderer/media/rtc_certificate.h b/content/renderer/media/rtc_certificate.h
|
| index 0181b96c4e2010f39bae90420fea6ae6c195073a..e38e9ae625dc15c2712a7ad4055f653ac4a73dcc 100644
|
| --- a/content/renderer/media/rtc_certificate.h
|
| +++ b/content/renderer/media/rtc_certificate.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef CONTENT_RENDERER_MEDIA_RTC_CERTIFICATE_H_
|
| #define CONTENT_RENDERER_MEDIA_RTC_CERTIFICATE_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/macros.h"
|
| #include "third_party/WebKit/public/platform/WebRTCCertificate.h"
|
| #include "third_party/WebKit/public/platform/WebRTCKeyParams.h"
|
|
|