| Index: Source/modules/device_light/DeviceLightDispatcher.h
|
| diff --git a/Source/modules/device_light/DeviceLightDispatcher.h b/Source/modules/device_light/DeviceLightDispatcher.h
|
| index d886079f09089b250563d68e167de507a89be8ea..eb35607234e1ce5ecb70f7f69b50dd4b1b7ca012 100644
|
| --- a/Source/modules/device_light/DeviceLightDispatcher.h
|
| +++ b/Source/modules/device_light/DeviceLightDispatcher.h
|
| @@ -9,7 +9,7 @@
|
| #include "public/platform/WebDeviceLightListener.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class DeviceLightController;
|
|
|
| @@ -34,6 +34,6 @@ private:
|
| double m_lastDeviceLightData;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // DeviceLightDispatcher_h
|
|
|