| Index: content/browser/manifest/manifest_manager_host.cc
|
| diff --git a/content/browser/manifest/manifest_manager_host.cc b/content/browser/manifest/manifest_manager_host.cc
|
| index 9c6c8b831c7ae7ed3bcc9f846dac882f306c77b4..e6c70b5f87708eef81e962dc3b4415679a82377e 100644
|
| --- a/content/browser/manifest/manifest_manager_host.cc
|
| +++ b/content/browser/manifest/manifest_manager_host.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "content/browser/manifest/manifest_manager_host.h"
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/stl_util.h"
|
| #include "content/common/manifest_manager_messages.h"
|
| #include "content/public/browser/render_frame_host.h"
|
|
|