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

Unified Diff: services/tracing/public/cpp/tracing_impl.cc

Issue 2172673002: Move Service packages from Mojo Applications -> Packages dir (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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
« no previous file with comments | « services/tracing/public/cpp/tracing_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/tracing/public/cpp/tracing_impl.cc
diff --git a/services/tracing/public/cpp/tracing_impl.cc b/services/tracing/public/cpp/tracing_impl.cc
index 6b6f68fb64f1c9a8b4e43c536bbc8301ff539dab..684752b9184245c8c55fa7ec7ce17ddf63a176c7 100644
--- a/services/tracing/public/cpp/tracing_impl.cc
+++ b/services/tracing/public/cpp/tracing_impl.cc
@@ -68,7 +68,7 @@ void TracingImpl::Initialize(shell::Connector* connector,
}
void TracingImpl::Create(shell::Connection* connection,
- InterfaceRequest<tracing::TraceProvider> request) {
+ tracing::TraceProviderRequest request) {
provider_impl_.Bind(std::move(request));
}
« no previous file with comments | « services/tracing/public/cpp/tracing_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698