| Index: content/renderer/fetchers/web_url_loader_client_impl.h
|
| diff --git a/content/renderer/fetchers/web_url_loader_client_impl.h b/content/renderer/fetchers/web_url_loader_client_impl.h
|
| index e51b3ce09b45ab24c255d3c0087c535fea4d0ff1..70fb7da405851be41d15a26ad6ff520b1b006164 100644
|
| --- a/content/renderer/fetchers/web_url_loader_client_impl.h
|
| +++ b/content/renderer/fetchers/web_url_loader_client_impl.h
|
| @@ -5,8 +5,11 @@
|
| #ifndef CONTENT_RENDERER_FETCHERS_WEB_URL_LOADER_CLIENT_IMPL_H_
|
| #define CONTENT_RENDERER_FETCHERS_WEB_URL_LOADER_CLIENT_IMPL_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "third_party/WebKit/public/platform/WebURLLoaderClient.h"
|
| #include "third_party/WebKit/public/platform/WebURLResponse.h"
|
|
|