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 3a8bde5ade1496f375455c17c2a3e2db234d80b6..d42369fd3a499273078d3c491ea84686afa642d8 100644 |
--- a/content/browser/presentation/presentation_service_impl.h |
+++ b/content/browser/presentation/presentation_service_impl.h |
@@ -232,7 +232,8 @@ class CONTENT_EXPORT PresentationServiceImpl |
// later invocation when session messages arrive. |
void OnConnectionMessages( |
const content::PresentationSessionInfo& session, |
- const ScopedVector<PresentationConnectionMessage>& messages, |
+ const std::vector<std::unique_ptr<PresentationConnectionMessage>>& |
+ messages, |
bool pass_ownership); |
// Associates a JoinSession |callback| with a unique request ID and |