Index: Source/modules/device_light/DeviceLightDispatcher.cpp |
diff --git a/Source/modules/device_light/DeviceLightDispatcher.cpp b/Source/modules/device_light/DeviceLightDispatcher.cpp |
index 31128269c14807757ca7df97d7225a812b033c08..68da4d0b8e3ff2772df581f85c0076bc7af64390 100644 |
--- a/Source/modules/device_light/DeviceLightDispatcher.cpp |
+++ b/Source/modules/device_light/DeviceLightDispatcher.cpp |
@@ -8,7 +8,7 @@ |
#include "modules/device_light/DeviceLightController.h" |
#include "public/platform/Platform.h" |
-namespace WebCore { |
+namespace blink { |
DeviceLightDispatcher& DeviceLightDispatcher::instance() |
{ |
@@ -47,4 +47,4 @@ double DeviceLightDispatcher::latestDeviceLightData() const |
return m_lastDeviceLightData; |
} |
-} // namespace WebCore |
+} // namespace blink |