| Index: Source/modules/screen_orientation/ScreenOrientationController.h
|
| diff --git a/Source/modules/screen_orientation/ScreenOrientationController.h b/Source/modules/screen_orientation/ScreenOrientationController.h
|
| index 8d22e433e5c1870070d27b48d54992b7bb14a803..8c22be07397760319684f790c17a7f15b4a91292 100644
|
| --- a/Source/modules/screen_orientation/ScreenOrientationController.h
|
| +++ b/Source/modules/screen_orientation/ScreenOrientationController.h
|
| @@ -21,10 +21,10 @@ namespace blink {
|
| class FrameView;
|
| class ScreenOrientation;
|
|
|
| -class ScreenOrientationController FINAL :
|
| - public NoBaseWillBeGarbageCollectedFinalized<ScreenOrientationController>,
|
| - public WillBeHeapSupplement<LocalFrame>,
|
| - public PageLifecycleObserver {
|
| +class ScreenOrientationController FINAL
|
| + : public NoBaseWillBeGarbageCollectedFinalized<ScreenOrientationController>
|
| + , public WillBeHeapSupplement<LocalFrame>
|
| + , public PageLifecycleObserver {
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(ScreenOrientationController);
|
| WTF_MAKE_NONCOPYABLE(ScreenOrientationController);
|
| public:
|
|
|