| Index: Source/modules/screen_orientation/ScreenOrientationController.cpp
|
| diff --git a/Source/modules/screen_orientation/ScreenOrientationController.cpp b/Source/modules/screen_orientation/ScreenOrientationController.cpp
|
| index 0e1520d5e3d921f0d0ff7dd9954f2811c033780a..1461243aa512e72f31caf0fc6b47915e0f9b0bd1 100644
|
| --- a/Source/modules/screen_orientation/ScreenOrientationController.cpp
|
| +++ b/Source/modules/screen_orientation/ScreenOrientationController.cpp
|
| @@ -14,7 +14,7 @@
|
| #include "platform/PlatformScreen.h"
|
| #include "public/platform/WebScreenOrientationClient.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| ScreenOrientationController::~ScreenOrientationController()
|
| {
|
| @@ -176,4 +176,4 @@ void ScreenOrientationController::trace(Visitor* visitor)
|
| WillBeHeapSupplement<LocalFrame>::trace(visitor);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|