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

Unified Diff: Source/modules/device_light/DeviceLightDispatcher.cpp

Issue 336693004: Deduplicate DeviceEvent* classes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: latestConnectionChange Created 6 years, 6 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: Source/modules/device_light/DeviceLightDispatcher.cpp
diff --git a/Source/modules/device_light/DeviceLightDispatcher.cpp b/Source/modules/device_light/DeviceLightDispatcher.cpp
index ed0b32f440d79863c110cd35ae796445c7559c64..f5a6ce0649feb0ab46fbc3051a1c8b609a8d8e3e 100644
--- a/Source/modules/device_light/DeviceLightDispatcher.cpp
+++ b/Source/modules/device_light/DeviceLightDispatcher.cpp
@@ -5,7 +5,7 @@
#include "config.h"
#include "modules/device_light/DeviceLightDispatcher.h"
-#include "core/frame/DeviceSensorEventDispatcher.h"
+#include "core/frame/DeviceEventDispatcherBase.h"
timvolodine 2014/06/17 14:23:50 think you can remove this line completely.
#include "modules/device_light/DeviceLightController.h"
#include "public/platform/Platform.h"

Powered by Google App Engine
This is Rietveld 408576698