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 1a1bb7d5348fa8b2fc951c4dd81fccafbd5af8e1..6172bfcd024a00a300879ad695f74179f291719a 100644 |
--- a/content/browser/presentation/presentation_service_impl.h |
+++ b/content/browser/presentation/presentation_service_impl.h |
@@ -231,7 +231,7 @@ class CONTENT_EXPORT PresentationServiceImpl |
// later invocation when session messages arrive. |
void OnSessionMessages( |
const content::PresentationSessionInfo& session, |
- const ScopedVector<PresentationSessionMessage>& messages, |
+ const std::vector<std::unique_ptr<PresentationSessionMessage>>& messages, |
bool pass_ownership); |
// Associates a JoinSession |callback| with a unique request ID and |