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

Unified Diff: mojo/common/tracing_impl.h

Issue 1284293003: Rename tracing interfaces. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 4 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 | « mojo/common/trace_provider_impl.cc ('k') | mojo/common/tracing_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/common/tracing_impl.h
diff --git a/mojo/common/tracing_impl.h b/mojo/common/tracing_impl.h
index e245bd663e8d3b33ef89d8bfe3a70a7d7ed5e29d..a996d5c4b281c424e34893d0f0d271408513a015 100644
--- a/mojo/common/tracing_impl.h
+++ b/mojo/common/tracing_impl.h
@@ -13,7 +13,7 @@ namespace mojo {
class ApplicationImpl;
-class TracingImpl : public InterfaceFactory<tracing::TraceController> {
+class TracingImpl : public InterfaceFactory<tracing::TraceProvider> {
public:
TracingImpl();
~TracingImpl() override;
@@ -23,9 +23,9 @@ class TracingImpl : public InterfaceFactory<tracing::TraceController> {
void Initialize(ApplicationImpl* app);
private:
- // InterfaceFactory<tracing::TraceController> implementation.
+ // InterfaceFactory<tracing::TraceProvider> implementation.
void Create(ApplicationConnection* connection,
- InterfaceRequest<tracing::TraceController> request) override;
+ InterfaceRequest<tracing::TraceProvider> request) override;
DISALLOW_COPY_AND_ASSIGN(TracingImpl);
};
« no previous file with comments | « mojo/common/trace_provider_impl.cc ('k') | mojo/common/tracing_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698