| Index: services/ui/view_manager/view_layout_request.h
|
| diff --git a/services/ui/view_manager/view_layout_request.h b/services/ui/view_manager/view_layout_request.h
|
| index 8091d2fce621fa8894e033f524f9a259f413698f..b73422a6163db1d8db1ba4a8c7c1ce26daf223ff 100644
|
| --- a/services/ui/view_manager/view_layout_request.h
|
| +++ b/services/ui/view_manager/view_layout_request.h
|
| @@ -44,7 +44,7 @@ class ViewLayoutRequest {
|
| // Sends the layout information to each client.
|
| // Must be invoked exactly once before destroying the request to prevent
|
| // dangling callbacks.
|
| - void DispatchLayoutInfo(mojo::ui::ViewLayoutInfo* info);
|
| + void DispatchLayoutInfo(mojo::ui::ViewLayoutInfoPtr info);
|
|
|
| // True if the request has been issued to the view.
|
| // False if it is still pending in the queue.
|
|
|