| Index: media/cast/common/transport_encryption_handler.cc
|
| diff --git a/media/cast/common/transport_encryption_handler.cc b/media/cast/common/transport_encryption_handler.cc
|
| index b0b2f968fd1a46b0a916621c58015fa67d499a8b..208223660105423f7d713fe22602320904b43cfa 100644
|
| --- a/media/cast/common/transport_encryption_handler.cc
|
| +++ b/media/cast/common/transport_encryption_handler.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "media/cast/common/transport_encryption_handler.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/logging.h"
|
| #include "crypto/encryptor.h"
|
| #include "crypto/symmetric_key.h"
|
|
|