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

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

Issue 1882423004: Move shell service to toplevel shell namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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') | services/tracing/tracing_app.h » ('j') | 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 349ccb5a27dec10d8b7a8020d1bbbfa9e2ee73d6..6b6f68fb64f1c9a8b4e43c536bbc8301ff539dab 100644
--- a/services/tracing/public/cpp/tracing_impl.cc
+++ b/services/tracing/public/cpp/tracing_impl.cc
@@ -41,7 +41,8 @@ TracingImpl::TracingImpl() {
TracingImpl::~TracingImpl() {
}
-void TracingImpl::Initialize(Connector* connector, const std::string& url) {
+void TracingImpl::Initialize(shell::Connector* connector,
+ const std::string& url) {
{
base::AutoLock lock(g_singleton_lock.Get());
if (g_tracing_singleton_created)
@@ -66,7 +67,7 @@ void TracingImpl::Initialize(Connector* connector, const std::string& url) {
#endif
}
-void TracingImpl::Create(Connection* connection,
+void TracingImpl::Create(shell::Connection* connection,
InterfaceRequest<tracing::TraceProvider> request) {
provider_impl_.Bind(std::move(request));
}
« no previous file with comments | « services/tracing/public/cpp/tracing_impl.h ('k') | services/tracing/tracing_app.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698