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

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

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.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

Powered by Google App Engine
This is Rietveld 408576698