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

Unified Diff: content/renderer/device_sensors/device_light_event_pump.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: content/renderer/device_sensors/device_light_event_pump.cc
diff --git a/content/renderer/device_sensors/device_light_event_pump.cc b/content/renderer/device_sensors/device_light_event_pump.cc
index 2ab0057c6b47bdd452212170ebef4bcbce0a066f..4362c5e9fe8544f432de4b029bc037ba1d5c02c0 100644
--- a/content/renderer/device_sensors/device_light_event_pump.cc
+++ b/content/renderer/device_sensors/device_light_event_pump.cc
@@ -6,7 +6,7 @@
#include "base/time/time.h"
#include "content/public/renderer/render_thread.h"
-#include "device/sensors/public/cpp/device_sensors_consts.h"
+#include "services/device/public/cpp/sensors/device_sensors_consts.h"
#include "third_party/WebKit/public/platform/WebDeviceLightListener.h"
namespace {

Powered by Google App Engine
This is Rietveld 408576698