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

Unified Diff: services/service_manager/standalone/tracer.h

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . Created 4 years, 2 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: services/service_manager/standalone/tracer.h
diff --git a/services/service_manager/standalone/tracer.h b/services/service_manager/standalone/tracer.h
index cb290387cd0ffa17072260ccdd295a7cf9920162..10bc60bf0b582369ef0719b782b5a5303e120957 100644
--- a/services/service_manager/standalone/tracer.h
+++ b/services/service_manager/standalone/tracer.h
@@ -18,7 +18,7 @@
#include "services/tracing/public/cpp/provider.h"
#include "services/tracing/public/interfaces/tracing.mojom.h"
-namespace shell {
+namespace service_manager {
// Tracer collects tracing data from base/trace_event and from externally
// configured sources, aggregates it into a single stream, and writes it out to
@@ -95,6 +95,6 @@ class Tracer : public mojo::common::DataPipeDrainer::Client {
DISALLOW_COPY_AND_ASSIGN(Tracer);
};
-} // namespace shell
+} // namespace service_manager
#endif // SERVICES_SERVICE_MANAGER_STANDALONE_TRACER_H_
« no previous file with comments | « services/service_manager/standalone/desktop/main_helper.cc ('k') | services/service_manager/standalone/tracer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698