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