Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(681)

Unified Diff: content/browser/presentation/presentation_service_impl.cc

Issue 2607063002: Remove mojo::Array. (Closed)
Patch Set: rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/presentation/presentation_service_impl.cc
diff --git a/content/browser/presentation/presentation_service_impl.cc b/content/browser/presentation/presentation_service_impl.cc
index 7320b39fd4c828ddd8155d6411f028545b34803f..8d6da8161077ab1528adc1b14f42a9edec681a9e 100644
--- a/content/browser/presentation/presentation_service_impl.cc
+++ b/content/browser/presentation/presentation_service_impl.cc
@@ -533,7 +533,7 @@ void PresentationServiceImpl::Reset() {
if (on_connection_messages_callback_.get()) {
on_connection_messages_callback_->Run(
- mojo::Array<blink::mojom::ConnectionMessagePtr>());
+ std::vector<blink::mojom::ConnectionMessagePtr>());
on_connection_messages_callback_.reset();
}

Powered by Google App Engine
This is Rietveld 408576698