| Index: Source/modules/screen_orientation/LockOrientationCallback.h
|
| diff --git a/Source/modules/screen_orientation/LockOrientationCallback.h b/Source/modules/screen_orientation/LockOrientationCallback.h
|
| index f9570dd7dd97eede2a157ebc8274c0a659269a4a..4d356c0dc7ad8d70dabde8812a2673ec29e78d8b 100644
|
| --- a/Source/modules/screen_orientation/LockOrientationCallback.h
|
| +++ b/Source/modules/screen_orientation/LockOrientationCallback.h
|
| @@ -11,7 +11,7 @@
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class ScriptPromiseResolver;
|
|
|
| @@ -31,6 +31,6 @@ private:
|
| RefPtr<ScriptPromiseResolver> m_resolver;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // LockOrientationCallback_h
|
|
|