Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1319)

Unified Diff: services/device/sensors/data_fetcher_shared_memory.h

Issue 2819273006: Move //device/sensor impl to be part of the internal implemenation of the Device Service. (Closed)
Patch Set: Move //device/sensor impl to be part of the internal implemenation of the Device Service Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698