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

Unified Diff: chrome/browser/ui/webui/chromeos/bluetooth_pairing_ui.h

Issue 854063002: Update {virtual,override,final} to follow C++11 style chrome/browser/ui/webui/chromeos. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/ui/webui/chromeos/certificate_manager_dialog_ui.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/chromeos/bluetooth_pairing_ui.h
diff --git a/chrome/browser/ui/webui/chromeos/bluetooth_pairing_ui.h b/chrome/browser/ui/webui/chromeos/bluetooth_pairing_ui.h
index cb8452e68559444be9e7b1cc2a2a0eef166f59bc..90c26669a3ab87b7749e778dd5c4e387a6cb3458 100644
--- a/chrome/browser/ui/webui/chromeos/bluetooth_pairing_ui.h
+++ b/chrome/browser/ui/webui/chromeos/bluetooth_pairing_ui.h
@@ -20,11 +20,11 @@ class BluetoothPairingUI : public ui::WebDialogUI,
public ::options::OptionsPageUIHandlerHost {
public:
explicit BluetoothPairingUI(content::WebUI* web_ui);
- virtual ~BluetoothPairingUI();
+ ~BluetoothPairingUI() override;
private:
// Overridden from OptionsPageUIHandlerHost:
- virtual void InitializeHandlers() override;
+ void InitializeHandlers() override;
options::CoreChromeOSOptionsHandler* core_handler_;
options::BluetoothOptionsHandler* bluetooth_handler_;
« no previous file with comments | « no previous file | chrome/browser/ui/webui/chromeos/certificate_manager_dialog_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698