| Index: services/device/sensors/data_fetcher_shared_memory_mac.cc
|
| diff --git a/device/sensors/data_fetcher_shared_memory_mac.cc b/services/device/sensors/data_fetcher_shared_memory_mac.cc
|
| similarity index 98%
|
| rename from device/sensors/data_fetcher_shared_memory_mac.cc
|
| rename to services/device/sensors/data_fetcher_shared_memory_mac.cc
|
| index b06c850ca48b474355c117d2d0cc0eab7b9535d7..643ab67c56f7cd8660e43c80298a0e597e5bedae 100644
|
| --- a/device/sensors/data_fetcher_shared_memory_mac.cc
|
| +++ b/services/device/sensors/data_fetcher_shared_memory_mac.cc
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "device/sensors/data_fetcher_shared_memory.h"
|
| +#include "services/device/sensors/data_fetcher_shared_memory.h"
|
|
|
| #include <stdint.h>
|
|
|
| #include "base/logging.h"
|
| #include "base/metrics/histogram_macros.h"
|
| #include "base/single_thread_task_runner.h"
|
| -#include "device/sensors/ambient_light_mac.h"
|
| -#include "device/sensors/public/cpp/device_util_mac.h"
|
| +#include "services/device/public/cpp/sensors/device_util_mac.h"
|
| +#include "services/device/sensors/ambient_light_mac.h"
|
| #include "third_party/sudden_motion_sensor/sudden_motion_sensor_mac.h"
|
|
|
| namespace device {
|
|
|