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

Unified Diff: services/tracing/service.h

Issue 2608513002: Remove mojo::String. (Closed)
Patch Set: rebase Created 3 years, 12 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 | « services/tracing/recorder.h ('k') | services/ui/clipboard/clipboard_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « services/tracing/recorder.h ('k') | services/ui/clipboard/clipboard_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698