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

Unified Diff: Source/modules/screen_orientation/ScreenOrientation.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/ScreenOrientation.h
diff --git a/Source/modules/screen_orientation/ScreenOrientation.h b/Source/modules/screen_orientation/ScreenOrientation.h
index 77ede116981a9db7c98245c16e18f6ecab8d38ed..4a9b2cbfc66ab5aa2a9bb13c8c8c7b576e6a5c72 100644
--- a/Source/modules/screen_orientation/ScreenOrientation.h
+++ b/Source/modules/screen_orientation/ScreenOrientation.h
@@ -21,10 +21,10 @@ class ScriptPromise;
class ScriptState;
class ScreenOrientationController;
-class ScreenOrientation FINAL :
- public RefCountedGarbageCollectedWillBeGarbageCollectedFinalized<ScreenOrientation>,
- public EventTargetWithInlineData,
- DOMWindowProperty {
+class ScreenOrientation FINAL
+ : public RefCountedGarbageCollectedWillBeGarbageCollectedFinalized<ScreenOrientation>
+ , public EventTargetWithInlineData
+ , DOMWindowProperty {
DEFINE_EVENT_TARGET_REFCOUNTING_WILL_BE_REMOVED(RefCountedGarbageCollectedWillBeGarbageCollectedFinalized<ScreenOrientation>);
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(ScreenOrientation);
public:
« no previous file with comments | « Source/core/svg/SVGTransformListTearOff.h ('k') | Source/modules/screen_orientation/ScreenOrientationController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698