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

Unified Diff: services/device/sensors/sensor_manager_chromeos.cc

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/sensor_manager_chromeos.cc
diff --git a/device/sensors/sensor_manager_chromeos.cc b/services/device/sensors/sensor_manager_chromeos.cc
similarity index 97%
rename from device/sensors/sensor_manager_chromeos.cc
rename to services/device/sensors/sensor_manager_chromeos.cc
index f9b591d5b7266822ddb7039ba24fdf91b7e34c45..288782d20c62f08109023c678120bdbadfef9937 100644
--- a/device/sensors/sensor_manager_chromeos.cc
+++ b/services/device/sensors/sensor_manager_chromeos.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "device/sensors/sensor_manager_chromeos.h"
+#include "services/device/sensors/sensor_manager_chromeos.h"
#include <math.h>
#include "chromeos/accelerometer/accelerometer_reader.h"
#include "chromeos/accelerometer/accelerometer_types.h"
-#include "device/sensors/device_sensors_consts.h"
+#include "services/device/sensors/device_sensors_consts.h"
#include "ui/gfx/geometry/vector3d_f.h"
namespace {
« no previous file with comments | « services/device/sensors/sensor_manager_chromeos.h ('k') | services/device/sensors/sensor_manager_chromeos_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698