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

Unified Diff: ash/system/chromeos/bluetooth/bluetooth_notification_controller.cc

Issue 800983006: Update {virtual,override,final} to follow C++11 style in ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Workaround Created 5 years, 11 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: ash/system/chromeos/bluetooth/bluetooth_notification_controller.cc
diff --git a/ash/system/chromeos/bluetooth/bluetooth_notification_controller.cc b/ash/system/chromeos/bluetooth/bluetooth_notification_controller.cc
index 146be2c43c8750807442bd216475b8f2deffe69d..33802e957a067c23633fa087fd1a7d278d4aa520 100644
--- a/ash/system/chromeos/bluetooth/bluetooth_notification_controller.cc
+++ b/ash/system/chromeos/bluetooth/bluetooth_notification_controller.cc
@@ -55,7 +55,7 @@ class BluetoothPairingNotificationDelegate
const std::string& address);
protected:
- virtual ~BluetoothPairingNotificationDelegate();
+ ~BluetoothPairingNotificationDelegate() override;
// message_center::NotificationDelegate overrides.
void Close(bool by_user) override;

Powered by Google App Engine
This is Rietveld 408576698