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

Unified Diff: Source/modules/device_orientation/DeviceRotationRate.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/device_orientation/DeviceRotationRate.h
diff --git a/Source/modules/device_orientation/DeviceRotationRate.h b/Source/modules/device_orientation/DeviceRotationRate.h
index 614fb50499400fb251bb9a2747b78fa10eb6bb36..83165bf85a9ce33691e34349cadba4c898360a2e 100644
--- a/Source/modules/device_orientation/DeviceRotationRate.h
+++ b/Source/modules/device_orientation/DeviceRotationRate.h
@@ -32,7 +32,7 @@
namespace blink {
-class DeviceRotationRate FINAL : public GarbageCollected<DeviceRotationRate>, public ScriptWrappable {
+class DeviceRotationRate final : public GarbageCollected<DeviceRotationRate>, public ScriptWrappable {
DEFINE_WRAPPERTYPEINFO();
public:
static DeviceRotationRate* create(DeviceMotionData::RotationRate* rotationRate)
« no previous file with comments | « Source/modules/device_orientation/DeviceOrientationInspectorAgent.h ('k') | Source/modules/donottrack/NavigatorDoNotTrack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698