| Index: Source/modules/screen_orientation/ScreenOrientationController.h
|
| diff --git a/Source/modules/screen_orientation/ScreenOrientationController.h b/Source/modules/screen_orientation/ScreenOrientationController.h
|
| index 7bbefe9ab30b7fac83c2052d65dfba009eea3f09..09a4c071a324842976c1fc2a23d37a593e3f2d25 100644
|
| --- a/Source/modules/screen_orientation/ScreenOrientationController.h
|
| +++ b/Source/modules/screen_orientation/ScreenOrientationController.h
|
| @@ -15,7 +15,7 @@ namespace blink {
|
| class WebScreenOrientationClient;
|
| }
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class FrameView;
|
| class ScreenOrientation;
|
| @@ -59,6 +59,6 @@ private:
|
| LocalFrame& m_frame;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ScreenOrientationController_h
|
|
|