| Index: Source/platform/exported/WebDeviceMotionData.cpp
|
| diff --git a/Source/platform/exported/WebDeviceMotionData.cpp b/Source/platform/exported/WebDeviceMotionData.cpp
|
| index 8d2595dd4035380539b1c2fcf90afedac91411af..6b8a26df6a49dd609067f557e13716356050b6ac 100644
|
| --- a/Source/platform/exported/WebDeviceMotionData.cpp
|
| +++ b/Source/platform/exported/WebDeviceMotionData.cpp
|
| @@ -33,7 +33,7 @@
|
|
|
| #include <string.h>
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| WebDeviceMotionData::WebDeviceMotionData()
|
| {
|
| @@ -44,4 +44,4 @@ WebDeviceMotionData::WebDeviceMotionData()
|
| memset(this, 0, sizeof(*this));
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|