// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SERVICES_DEVICE_PUBLIC_CPP_GENERIC_SENSOR_SENSOR_READING_SHARED_BUFFER_READER_H_ #define SERVICES_DEVICE_PUBLIC_CPP_GENERIC_SENSOR_SENSOR_READING_SHARED_BUFFER_READER_H_ #include <memory> #include "base/memory/read_only_shared_memory_region.h" #include "base/memory/shared_memory_mapping.h" namespace device { SensorReading; template <class T> struct SensorReadingSharedBufferImpl; SensorReadingSharedBuffer; class SensorReadingSharedBufferReader { … }; } // namespace device #endif // SERVICES_DEVICE_PUBLIC_CPP_GENERIC_SENSOR_SENSOR_READING_SHARED_BUFFER_READER_H_