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

Unified Diff: Source/modules/bluetooth/NavigatorBluetooth.h

Issue 652693002: Replace FINAL and OVERRIDE with their C++11 counterparts in WebKit/Source (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Corrected the Patch 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
« no previous file with comments | « Source/core/rendering/RenderText.h ('k') | Source/web/PopupContainer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/bluetooth/NavigatorBluetooth.h
diff --git a/Source/modules/bluetooth/NavigatorBluetooth.h b/Source/modules/bluetooth/NavigatorBluetooth.h
index cf249ade2855eee4d8a741d68e3a34c2ab1c90ad..34ae7bb4d58fc7a9cd4b02eb2c889ec7298caa2d 100644
--- a/Source/modules/bluetooth/NavigatorBluetooth.h
+++ b/Source/modules/bluetooth/NavigatorBluetooth.h
@@ -13,7 +13,7 @@ namespace blink {
class Bluetooth;
class Navigator;
-class NavigatorBluetooth FINAL
+class NavigatorBluetooth final
: public NoBaseWillBeGarbageCollected<NavigatorBluetooth>
, public WillBeHeapSupplement<Navigator> {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(NavigatorBluetooth);
« no previous file with comments | « Source/core/rendering/RenderText.h ('k') | Source/web/PopupContainer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698