| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 65b6bd251d561c73a3c3efb6a17ec8969f57ff23..9479d25a12f768cfcb0c6cd837f518335de384f3 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -842,7 +842,7 @@ private:
|
| int id,
|
| const GURL& image_url,
|
| int32_t http_status_code,
|
| - mojo::Array<skia::mojom::BitmapPtr> images,
|
| + mojo::Array<blink::mojom::BitmapPtr> images,
|
| mojo::Array<mojo::SizePtr> original_image_sizes);
|
|
|
| // Callback function when showing JavaScript dialogs. Takes in a routing ID
|
|
|