diff --git a/shell/browser/api/atom_api_url_loader.cc b/shell/browser/api/atom_api_url_loader.cc index e6722a1102fbb..173b5701c3235 100644 --- a/shell/browser/api/atom_api_url_loader.cc +++ b/shell/browser/api/atom_api_url_loader.cc @@ -36,10 +36,10 @@ namespace gin { template <> -struct Converter> { +struct Converter { static v8::Local ToV8( v8::Isolate* isolate, - const mojo::InlinedStructPtr& pair) { + const network::mojom::HttpRawHeaderPairPtr& pair) { gin_helper::Dictionary dict = gin::Dictionary::CreateEmpty(isolate); dict.Set("key", base::ToLowerASCII(pair->key)); dict.Set("value", pair->value);