| Index: mojo/fetcher/local_fetcher.h
|
| diff --git a/mojo/fetcher/local_fetcher.h b/mojo/fetcher/local_fetcher.h
|
| index a09fdc90549a89f3d388215a5c0e235e70befccd..a87c8a91dc07e82357089565ec34f3d8644b57af 100644
|
| --- a/mojo/fetcher/local_fetcher.h
|
| +++ b/mojo/fetcher/local_fetcher.h
|
| @@ -5,9 +5,12 @@
|
| #ifndef MOJO_FETCHER_LOCAL_FETCHER_H_
|
| #define MOJO_FETCHER_LOCAL_FETCHER_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
|
|
| #include "base/files/file_path.h"
|
| +#include "base/macros.h"
|
| #include "mojo/shell/fetcher.h"
|
| #include "url/gurl.h"
|
|
|
|
|