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

Unified Diff: Source/modules/screen_orientation/ScreenScreenOrientation.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/ScreenScreenOrientation.h
diff --git a/Source/modules/screen_orientation/ScreenScreenOrientation.h b/Source/modules/screen_orientation/ScreenScreenOrientation.h
index 9c04795397ea35d8f2bc7cdc7d3611309962f048..20597407f77d10c925a0b3e55571d2d9813314f7 100644
--- a/Source/modules/screen_orientation/ScreenScreenOrientation.h
+++ b/Source/modules/screen_orientation/ScreenScreenOrientation.h
@@ -13,9 +13,9 @@ class ScreenOrientation;
class Screen;
class ScriptState;
-class ScreenScreenOrientation FINAL :
- public NoBaseWillBeGarbageCollectedFinalized<ScreenScreenOrientation>,
- public WillBeHeapSupplement<Screen> {
+class ScreenScreenOrientation FINAL
+ : public NoBaseWillBeGarbageCollectedFinalized<ScreenScreenOrientation>
+ , public WillBeHeapSupplement<Screen> {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(ScreenScreenOrientation);
public:
static ScreenScreenOrientation& from(Screen&);

Powered by Google App Engine
This is Rietveld 408576698