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

Unified Diff: mojo/common/tracing_impl.cc

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/tracing_impl.h ('k') | mojo/services/tracing/public/interfaces/tracing.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/common/tracing_impl.cc
diff --git a/mojo/common/tracing_impl.cc b/mojo/common/tracing_impl.cc
index ec5dfa3e3202f50f6e81b295da5e2246e91b801b..2a6eac1e92fc02c8a4110c1fa31d066cab981296 100644
--- a/mojo/common/tracing_impl.cc
+++ b/mojo/common/tracing_impl.cc
@@ -5,7 +5,7 @@
#include "mojo/common/tracing_impl.h"
#include "base/trace_event/trace_event_impl.h"
-#include "mojo/common/trace_controller_impl.h"
+#include "mojo/common/trace_provider_impl.h"
#include "mojo/public/cpp/application/application_connection.h"
#include "mojo/public/cpp/application/application_impl.h"
@@ -23,8 +23,8 @@ void TracingImpl::Initialize(ApplicationImpl* app) {
}
void TracingImpl::Create(ApplicationConnection* connection,
- InterfaceRequest<tracing::TraceController> request) {
- new TraceControllerImpl(request.Pass());
+ InterfaceRequest<tracing::TraceProvider> request) {
+ new TraceProviderImpl(request.Pass());
}
} // namespace mojo
« no previous file with comments | « mojo/common/tracing_impl.h ('k') | mojo/services/tracing/public/interfaces/tracing.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698