| 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;
|
|
|