| Index: mojo/fetcher/update_fetcher.h
|
| diff --git a/mojo/fetcher/update_fetcher.h b/mojo/fetcher/update_fetcher.h
|
| index 6fa6dafda32742c8a94126d6d4747a13138a7eb1..b75c7eca7f37f10dd02c3b9fd52d9e2dae0819ea 100644
|
| --- a/mojo/fetcher/update_fetcher.h
|
| +++ b/mojo/fetcher/update_fetcher.h
|
| @@ -7,7 +7,10 @@
|
|
|
| #include "mojo/shell/fetcher.h"
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/files/file_path.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "mojo/services/updater/updater.mojom.h"
|
| #include "url/gurl.h"
|
|
|