| Index: Source/modules/device_orientation/DOMWindowDeviceMotion.h
|
| diff --git a/Source/modules/device_orientation/DOMWindowDeviceMotion.h b/Source/modules/device_orientation/DOMWindowDeviceMotion.h
|
| index ed3718372eacad57f543ad38eaaf80d3865af566..1cc4d838acc23de621b09ff5fbcc47b976c4ec58 100644
|
| --- a/Source/modules/device_orientation/DOMWindowDeviceMotion.h
|
| +++ b/Source/modules/device_orientation/DOMWindowDeviceMotion.h
|
| @@ -7,13 +7,13 @@
|
|
|
| #include "modules/EventTargetModules.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class DOMWindowDeviceMotion {
|
| public:
|
| DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(devicemotion);
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // DOMWindowDeviceMotion_h
|
|
|