| Index: components/html_viewer/html_document.cc
|
| diff --git a/components/html_viewer/html_document.cc b/components/html_viewer/html_document.cc
|
| index ac2cb2173702b57a7e4c9e0bf66c8badab3ca8ca..e3b067c9e83364ced1fc03978e3d5b085f9bcc03 100644
|
| --- a/components/html_viewer/html_document.cc
|
| +++ b/components/html_viewer/html_document.cc
|
| @@ -186,7 +186,7 @@ void HTMLDocument::Load() {
|
| }
|
| }
|
|
|
| - const GURL url(extra_data->synthetic_response->url);
|
| + const GURL url(extra_data->synthetic_response->url.get());
|
|
|
| blink::WebURLRequest web_request;
|
| web_request.initialize();
|
|
|