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

Unified Diff: services/tracing/service.h

Issue 2608513002: Remove mojo::String. (Closed)
Patch Set: Created 4 years 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/tracing/service.h
diff --git a/services/tracing/service.h b/services/tracing/service.h
index 1f8183693133c64bee802d701a1afd05d1040db8..f965895bec024dc375487d538ff2795144c6beba 100644
--- a/services/tracing/service.h
+++ b/services/tracing/service.h
@@ -82,7 +82,7 @@ class Service : public service_manager::Service,
startup_performance_data_collector_bindings_;
mojom::StartupPerformanceTimes startup_performance_times_;
bool tracing_active_;
- mojo::String tracing_categories_;
+ std::string tracing_categories_;
DISALLOW_COPY_AND_ASSIGN(Service);
};

Powered by Google App Engine
This is Rietveld 408576698