| Index: components/font_service/public/cpp/mapped_font_file.h
|
| diff --git a/components/font_service/public/cpp/mapped_font_file.h b/components/font_service/public/cpp/mapped_font_file.h
|
| index c860fed4c3d501ef39624d87b0f4de028585c60c..d4fbdc481aae5ab63cfcef7b68c29fd8d3fcc6f9 100644
|
| --- a/components/font_service/public/cpp/mapped_font_file.h
|
| +++ b/components/font_service/public/cpp/mapped_font_file.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef COMPONENTS_FONT_SERVICE_PUBLIC_CPP_MAPPED_FONT_FILE_H_
|
| #define COMPONENTS_FONT_SERVICE_PUBLIC_CPP_MAPPED_FONT_FILE_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/files/file.h"
|
| #include "base/files/memory_mapped_file.h"
|
| #include "base/memory/ref_counted.h"
|
|
|