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

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

Issue 635233004: Replace FINAL and OVERRIDE with their C++11 counterparts in Source/modules (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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 20597407f77d10c925a0b3e55571d2d9813314f7..34216bcf918d9efd3f28f35e48c5f985b427758f 100644
--- a/Source/modules/screen_orientation/ScreenScreenOrientation.h
+++ b/Source/modules/screen_orientation/ScreenScreenOrientation.h
@@ -13,7 +13,7 @@ class ScreenOrientation;
class Screen;
class ScriptState;
-class ScreenScreenOrientation FINAL
+class ScreenScreenOrientation final
: public NoBaseWillBeGarbageCollectedFinalized<ScreenScreenOrientation>
, public WillBeHeapSupplement<Screen> {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(ScreenScreenOrientation);
@@ -23,7 +23,7 @@ public:
static ScreenOrientation* orientation(ScriptState*, Screen&);
- virtual void trace(Visitor*) OVERRIDE;
+ virtual void trace(Visitor*) override;
private:
static const char* supplementName();
« no previous file with comments | « Source/modules/screen_orientation/ScreenOrientationDispatcher.h ('k') | Source/modules/speech/DOMWindowSpeechSynthesis.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698