Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1486)

Unified Diff: Source/modules/screen_orientation/ScreenOrientationController.h

Issue 423803002: Cosmetic change to base class lists. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:
« no previous file with comments | « Source/modules/screen_orientation/ScreenOrientation.h ('k') | Source/modules/screen_orientation/ScreenScreenOrientation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698