| 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 65d1a9b6cf8f490d847706ea4a4998408c70acba..4dcb172b55477da32d7871803ab27cab1ae59237 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -890,8 +890,8 @@ class CONTENT_EXPORT WebContentsImpl
|
| int id,
|
| const GURL& image_url,
|
| int32_t http_status_code,
|
| - mojo::Array<SkBitmap> images,
|
| - mojo::Array<gfx::Size> original_image_sizes);
|
| + const std::vector<SkBitmap>& images,
|
| + const std::vector<gfx::Size>& original_image_sizes);
|
|
|
| // Callback function when showing JavaScript dialogs. Takes in a routing ID
|
| // pair to identify the RenderFrameHost that opened the dialog, because it's
|
|
|