Chromium Code Reviews| Index: net/url_request/url_fetcher_impl.h |
| diff --git a/net/url_request/url_fetcher_impl.h b/net/url_request/url_fetcher_impl.h |
| index 174a9784226babd4122f247a737a541449f74bc4..bc271b233d80a5d1c7ef1e8c201957e3d5d37e45 100644 |
| --- a/net/url_request/url_fetcher_impl.h |
| +++ b/net/url_request/url_fetcher_impl.h |
| @@ -14,6 +14,8 @@ |
| #ifndef NET_URL_REQUEST_URL_FETCHER_IMPL_H_ |
| #define NET_URL_REQUEST_URL_FETCHER_IMPL_H_ |
| +#include <string> |
|
wtc
2014/05/19 19:08:53
Is this suggested by some tool? I'm just wondering
|
| + |
| #include "base/basictypes.h" |
| #include "base/compiler_specific.h" |
| #include "net/base/net_export.h" |