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

Unified Diff: mojo/services/tracing/public/cpp/tracing_impl.h

Issue 1675083002: Rename ApplicationDelegate to ShellClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@delegate
Patch Set: . Created 4 years, 10 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: mojo/services/tracing/public/cpp/tracing_impl.h
diff --git a/mojo/services/tracing/public/cpp/tracing_impl.h b/mojo/services/tracing/public/cpp/tracing_impl.h
index 97db1434edab70f839bccce5a90940d2294ea62e..42d0a746a04e4d4a1be0dc7bd37dc83671ab6c28 100644
--- a/mojo/services/tracing/public/cpp/tracing_impl.h
+++ b/mojo/services/tracing/public/cpp/tracing_impl.h
@@ -12,7 +12,7 @@
namespace mojo {
-class ApplicationConnection;
+class Connection;
class Shell;
// Connects to mojo:tracing during your Application's Initialize() call once
@@ -36,10 +36,10 @@ class TracingImpl : public InterfaceFactory<tracing::TraceProvider> {
private:
// InterfaceFactory<tracing::TraceProvider> implementation.
- void Create(ApplicationConnection* connection,
+ void Create(Connection* connection,
InterfaceRequest<tracing::TraceProvider> request) override;
- scoped_ptr<ApplicationConnection> connection_;
+ scoped_ptr<Connection> connection_;
TraceProviderImpl provider_impl_;
DISALLOW_COPY_AND_ASSIGN(TracingImpl);
« no previous file with comments | « mojo/services/tracing/public/cpp/trace_provider_impl.cc ('k') | mojo/services/tracing/public/cpp/tracing_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698