| Index: services/device/sensors/data_fetcher_shared_memory.h
|
| diff --git a/device/sensors/data_fetcher_shared_memory.h b/services/device/sensors/data_fetcher_shared_memory.h
|
| similarity index 82%
|
| rename from device/sensors/data_fetcher_shared_memory.h
|
| rename to services/device/sensors/data_fetcher_shared_memory.h
|
| index e1e22e7e9363f44c3eec8a459fc62a9d141ef5b0..9d3f1735ebdb0e5d32081167a197bc9102ace928 100644
|
| --- a/device/sensors/data_fetcher_shared_memory.h
|
| +++ b/services/device/sensors/data_fetcher_shared_memory.h
|
| @@ -2,17 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef DEVICE_SENSORS_DATA_FETCHER_SHARED_MEMORY_H_
|
| -#define DEVICE_SENSORS_DATA_FETCHER_SHARED_MEMORY_H_
|
| +#ifndef SERVICES_DEVICE_SENSORS_DATA_FETCHER_SHARED_MEMORY_H_
|
| +#define SERVICES_DEVICE_SENSORS_DATA_FETCHER_SHARED_MEMORY_H_
|
|
|
| #include "base/macros.h"
|
| #include "build/build_config.h"
|
| -#include "device/sensors/data_fetcher_shared_memory_base.h"
|
| +#include "services/device/sensors/data_fetcher_shared_memory_base.h"
|
|
|
| #if !defined(OS_ANDROID)
|
| -#include "device/sensors/public/cpp/device_light_hardware_buffer.h"
|
| -#include "device/sensors/public/cpp/device_motion_hardware_buffer.h"
|
| -#include "device/sensors/public/cpp/device_orientation_hardware_buffer.h"
|
| +#include "services/device/public/cpp/sensors/device_light_hardware_buffer.h"
|
| +#include "services/device/public/cpp/sensors/device_motion_hardware_buffer.h"
|
| +#include "services/device/public/cpp/sensors/device_orientation_hardware_buffer.h"
|
| #endif
|
|
|
| #if defined(OS_MACOSX)
|
| @@ -87,4 +87,4 @@ class DEVICE_SENSOR_EXPORT DataFetcherSharedMemory
|
|
|
| } // namespace device
|
|
|
| -#endif // DEVICE_SENSORS_DATA_FETCHER_SHARED_MEMORY_H_
|
| +#endif // SERVICES_DEVICE_SENSORS_DATA_FETCHER_SHARED_MEMORY_H_
|
|
|