Chromium Code Reviews| Index: content/child/web_url_loader_impl.h |
| diff --git a/content/child/web_url_loader_impl.h b/content/child/web_url_loader_impl.h |
| index 01e65b81e9e338d8bc61a7c504347aa19964ad11..9b0aa1599f23ee057858a1987a68d8def3ef0aab 100644 |
| --- a/content/child/web_url_loader_impl.h |
| +++ b/content/child/web_url_loader_impl.h |
| @@ -5,11 +5,15 @@ |
| #ifndef CONTENT_CHILD_WEB_URL_LOADER_IMPL_H_ |
| #define CONTENT_CHILD_WEB_URL_LOADER_IMPL_H_ |
| +#include <string> |
|
darin (slow to review)
2014/08/19 20:50:08
nit: this include and perhaps the forward declarat
tyoshino (SeeGerritForStatus)
2014/08/20 07:09:52
Removed both. I'll add the GURL declaration in ano
|
| + |
| #include "base/macros.h" |
| #include "base/memory/ref_counted.h" |
| #include "content/common/content_export.h" |
| #include "third_party/WebKit/public/platform/WebURLLoader.h" |
| +class GURL; |
| + |
| namespace content { |
| class ResourceDispatcher; |