| Index: Source/modules/device_light/DeviceLightController.h
|
| diff --git a/Source/modules/device_light/DeviceLightController.h b/Source/modules/device_light/DeviceLightController.h
|
| index ddd0cb73f29bc93f29717de9803c0290e263abcc..297e7e7b7a756dcda505aafaf99e0729356aa349 100644
|
| --- a/Source/modules/device_light/DeviceLightController.h
|
| +++ b/Source/modules/device_light/DeviceLightController.h
|
| @@ -8,7 +8,7 @@
|
| #include "core/dom/DocumentSupplementable.h"
|
| #include "core/frame/DeviceSingleWindowEventController.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class Event;
|
|
|
| @@ -34,6 +34,6 @@ private:
|
| virtual bool isNullEvent(Event*) const OVERRIDE;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // DeviceLightController_h
|
|
|