| Index: public/platform/WebDeviceMotionListener.h
|
| diff --git a/public/platform/WebDeviceMotionListener.h b/public/platform/WebDeviceMotionListener.h
|
| index b8da1500d6afa8f7c97bb38454effb119de1a4a2..50ef2a431821ad331644f579151c3a073631f4a4 100644
|
| --- a/public/platform/WebDeviceMotionListener.h
|
| +++ b/public/platform/WebDeviceMotionListener.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef WebDeviceMotionListener_h
|
| #define WebDeviceMotionListener_h
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebDeviceMotionData;
|
|
|
| @@ -41,6 +41,6 @@ public:
|
| virtual void didChangeDeviceMotion(const WebDeviceMotionData&) = 0;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebDeviceMotionListener_h
|
|
|