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_ |