| Index: content/renderer/media/media_permission_dispatcher.h
|
| diff --git a/content/renderer/media/media_permission_dispatcher.h b/content/renderer/media/media_permission_dispatcher.h
|
| index 701afe6d088987a5c94754a1a0cd396ab1a13f11..7bed6fc0977306cd8a108b995d2b06cf632cc052 100644
|
| --- a/content/renderer/media/media_permission_dispatcher.h
|
| +++ b/content/renderer/media/media_permission_dispatcher.h
|
| @@ -10,8 +10,11 @@
|
| #ifndef CONTENT_RENDERER_MEDIA_MEDIA_PERMISSION_DISPATCHER_H_
|
| #define CONTENT_RENDERER_MEDIA_MEDIA_PERMISSION_DISPATCHER_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <map>
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/threading/thread_checker.h"
|
| #include "content/common/content_export.h"
|
|
|