| Index: Source/modules/screen_orientation/ScreenScreenOrientation.h
|
| diff --git a/Source/modules/screen_orientation/ScreenScreenOrientation.h b/Source/modules/screen_orientation/ScreenScreenOrientation.h
|
| index b8c442e5714af58798585f3e35f1ff1cb85288ce..9c04795397ea35d8f2bc7cdc7d3611309962f048 100644
|
| --- a/Source/modules/screen_orientation/ScreenScreenOrientation.h
|
| +++ b/Source/modules/screen_orientation/ScreenScreenOrientation.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "platform/Supplementable.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class ScreenOrientation;
|
| class Screen;
|
| @@ -31,6 +31,6 @@ private:
|
| PersistentWillBeMember<ScreenOrientation> m_orientation;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ScreenScreenOrientation_h
|
|
|