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

Unified Diff: device/device_sensors/device_light_data.h

Issue 1164563003: Extract device_sensors to /device via Mojofication (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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: device/device_sensors/device_light_data.h
diff --git a/content/common/device_sensors/device_light_data.h b/device/device_sensors/device_light_data.h
similarity index 65%
rename from content/common/device_sensors/device_light_data.h
rename to device/device_sensors/device_light_data.h
index 08140566826dc995efd19027b7d1e7e850b293ed..387c352c050882df461bd50e3df400adaaea9bcd 100644
--- a/content/common/device_sensors/device_light_data.h
+++ b/device/device_sensors/device_light_data.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_COMMON_DEVICE_SENSORS_DEVICE_LIGHT_DATA_H_
-#define CONTENT_COMMON_DEVICE_SENSORS_DEVICE_LIGHT_DATA_H_
+#ifndef DEVICE_DEVICE_SENSORS_DEVICE_LIGHT_DATA_H_
+#define DEVICE_DEVICE_SENSORS_DEVICE_LIGHT_DATA_H_
-#include "content/common/content_export.h"
+#include "device/device_sensors/device_sensors_export.h"
-namespace content {
+namespace device {
// This struct is intentionally POD and fixed size so that it can be stored
// in shared memory between the browser and the renderer processes.
@@ -18,6 +18,6 @@ struct DeviceLightData {
double value;
};
-} // namespace content
+} // namespace device
-#endif // CONTENT_COMMON_DEVICE_SENSORS_DEVICE_LIGHT_DATA_H_
+#endif // DEVICE_DEVICE_SENSORS_DEVICE_LIGHT_DATA_H_
« no previous file with comments | « device/device_sensors/device_inertial_sensor_service.cc ('k') | device/device_sensors/device_light_hardware_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698