| Index: media/cast/logging/stats_event_subscriber.h
|
| diff --git a/media/cast/logging/stats_event_subscriber.h b/media/cast/logging/stats_event_subscriber.h
|
| index e8cdb9469c1e529eac587ac4ca8f12e098dbd473..d1d97bebd6669958683c88fa53f2b17fe328b5ad 100644
|
| --- a/media/cast/logging/stats_event_subscriber.h
|
| +++ b/media/cast/logging/stats_event_subscriber.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef MEDIA_CAST_LOGGING_STATS_EVENT_SUBSCRIBER_H_
|
| #define MEDIA_CAST_LOGGING_STATS_EVENT_SUBSCRIBER_H_
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include "base/gtest_prod_util.h"
|
| #include "base/macros.h"
|
| #include "base/memory/linked_ptr.h"
|
|
|