Rename Service to TracingService. Bug: 74331089 Change-Id: Icdfa59d23ed661f0f103733488513d7a4e817b23
diff --git a/test/end_to_end_shared_memory_fuzzer.cc b/test/end_to_end_shared_memory_fuzzer.cc index bbde7b1..6d29512 100644 --- a/test/end_to_end_shared_memory_fuzzer.cc +++ b/test/end_to_end_shared_memory_fuzzer.cc
@@ -102,7 +102,7 @@ const std::string name_; const uint8_t* data_; const size_t size_; - std::unique_ptr<Service::ProducerEndpoint> endpoint_; + std::unique_ptr<TracingService::ProducerEndpoint> endpoint_; std::function<void()> on_produced_and_committed_; };