| Index: content/child/navigator_connect/service_port_provider.h
|
| diff --git a/content/child/navigator_connect/service_port_provider.h b/content/child/navigator_connect/service_port_provider.h
|
| index 3a304f49dfbfdc51516c5ea7d2fd7b124ca96f73..c84439197b83ec33f5c12676b08456e6197b3b24 100644
|
| --- a/content/child/navigator_connect/service_port_provider.h
|
| +++ b/content/child/navigator_connect/service_port_provider.h
|
| @@ -5,8 +5,11 @@
|
| #ifndef CONTENT_CHILD_NAVIGATOR_CONNECT_SERVICE_PORT_PROVIDER_H_
|
| #define CONTENT_CHILD_NAVIGATOR_CONNECT_SERVICE_PORT_PROVIDER_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/compiler_specific.h"
|
| #include "base/id_map.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "content/child/worker_thread_registry.h"
|
| #include "content/common/service_port_service.mojom.h"
|
|
|