| Index: components/filesystem/directory_impl.h
|
| diff --git a/components/filesystem/directory_impl.h b/components/filesystem/directory_impl.h
|
| index b016b8395815cfae690dce337547240811464602..1e4c903443ea3ef564d687639fd99802c50adb2e 100644
|
| --- a/components/filesystem/directory_impl.h
|
| +++ b/components/filesystem/directory_impl.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef COMPONENTS_FILESYSTEM_DIRECTORY_IMPL_H_
|
| #define COMPONENTS_FILESYSTEM_DIRECTORY_IMPL_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/files/file_path.h"
|
| #include "base/files/scoped_file.h"
|
| #include "base/macros.h"
|
|
|