| 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);
|
| };
|
|
|