| Index: components/devtools_service/devtools_service.h
|
| diff --git a/components/devtools_service/devtools_service.h b/components/devtools_service/devtools_service.h
|
| index d6c00847aa2abfb4d7bbe3c2f673c5da767fe5c8..e8e4f84268163e26df7a1828d57ae92f7cf9825e 100644
|
| --- a/components/devtools_service/devtools_service.h
|
| +++ b/components/devtools_service/devtools_service.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef COMPONENTS_DEVTOOLS_SERVICE_DEVTOOLS_SERVICE_H_
|
| #define COMPONENTS_DEVTOOLS_SERVICE_DEVTOOLS_SERVICE_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "components/devtools_service/devtools_registry_impl.h"
|
|
|