Index: Source/modules/device_light/DOMWindowDeviceLight.h |
diff --git a/Source/modules/device_light/DOMWindowDeviceLight.h b/Source/modules/device_light/DOMWindowDeviceLight.h |
index 3e5caff325b6171e0c2c25dd31de116bcda08305..b26f6094afa481a864fcdcb61dbf8e0af17c066d 100644 |
--- a/Source/modules/device_light/DOMWindowDeviceLight.h |
+++ b/Source/modules/device_light/DOMWindowDeviceLight.h |
@@ -7,13 +7,13 @@ |
#include "modules/EventTargetModules.h" |
-namespace WebCore { |
+namespace blink { |
class DOMWindowDeviceLight { |
public: |
DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(devicelight); |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // DOMWindowDeviceLight_h |