| Index: device/sensors/data_fetcher_shared_memory_android.cc
|
| diff --git a/content/browser/device_sensors/data_fetcher_shared_memory_android.cc b/device/sensors/data_fetcher_shared_memory_android.cc
|
| similarity index 92%
|
| rename from content/browser/device_sensors/data_fetcher_shared_memory_android.cc
|
| rename to device/sensors/data_fetcher_shared_memory_android.cc
|
| index 3109f2104f4d0666a4a3fda987b42879669f25e8..d86b24a5c0560ace51860c850d2e3097649dc9f2 100644
|
| --- a/content/browser/device_sensors/data_fetcher_shared_memory_android.cc
|
| +++ b/device/sensors/data_fetcher_shared_memory_android.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 "content/browser/device_sensors/data_fetcher_shared_memory.h"
|
| +#include "device/sensors/data_fetcher_shared_memory.h"
|
|
|
| #include "base/logging.h"
|
| -#include "content/browser/device_sensors/sensor_manager_android.h"
|
| #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 "device/sensors/sensor_manager_android.h"
|
|
|
| -namespace content {
|
| +namespace device {
|
|
|
| DataFetcherSharedMemory::DataFetcherSharedMemory() {
|
| }
|
| @@ -71,4 +71,4 @@ void DataFetcherSharedMemory::Shutdown() {
|
| SensorManagerAndroid::GetInstance()->Shutdown();
|
| }
|
|
|
| -} // namespace content
|
| +} // namespace device
|
|
|