Index: services/authenticating_url_loader/authenticating_url_loader_impl.h |
diff --git a/services/authenticating_url_loader/authenticating_url_loader_impl.h b/services/authenticating_url_loader/authenticating_url_loader_impl.h |
index f2ee7877548a2f9b0322669521905fd4f64762eb..a80df2cbd62267f058236aea44f6af1c68e4efe4 100644 |
--- a/services/authenticating_url_loader/authenticating_url_loader_impl.h |
+++ b/services/authenticating_url_loader/authenticating_url_loader_impl.h |
@@ -66,7 +66,7 @@ class AuthenticatingURLLoaderImpl : public AuthenticatingURLLoader, |
GURL url_; |
bool auto_follow_redirects_; |
bool bypass_cache_; |
- Array<String> headers_; |
+ Array<HttpHeaderPtr> headers_; |
String username_; |
String token_; |
Callback<void(URLResponsePtr)> pending_request_callback_; |