| Index: content/browser/presentation/presentation_service_impl.h
|
| diff --git a/content/browser/presentation/presentation_service_impl.h b/content/browser/presentation/presentation_service_impl.h
|
| index d42369fd3a499273078d3c491ea84686afa642d8..0525315d12e9145e8fd4ac62e4f85e30abd11842 100644
|
| --- a/content/browser/presentation/presentation_service_impl.h
|
| +++ b/content/browser/presentation/presentation_service_impl.h
|
| @@ -100,7 +100,7 @@ class CONTENT_EXPORT PresentationServiceImpl
|
| static const int kMaxNumQueuedSessionRequests = 10;
|
|
|
| using ConnectionMessagesCallback =
|
| - base::Callback<void(mojo::Array<blink::mojom::ConnectionMessagePtr>)>;
|
| + base::Callback<void(std::vector<blink::mojom::ConnectionMessagePtr>)>;
|
| using SendConnectionMessageCallback = base::Callback<void(bool)>;
|
|
|
| // Listener implementation owned by PresentationServiceImpl. An instance of
|
|
|