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

Unified Diff: chrome/browser/ui/webui/chromeos/nfc_debug_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 | « chrome/browser/ui/webui/chromeos/network_ui.h ('k') | chrome/browser/ui/webui/chromeos/nfc_debug_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/chromeos/nfc_debug_ui.h
diff --git a/chrome/browser/ui/webui/chromeos/nfc_debug_ui.h b/chrome/browser/ui/webui/chromeos/nfc_debug_ui.h
index 270cfe47c7021d32a9a854681a3c176f7c3d8ada..b376d424980a0bca8dc01ce48332eb280db4c5fc 100644
--- a/chrome/browser/ui/webui/chromeos/nfc_debug_ui.h
+++ b/chrome/browser/ui/webui/chromeos/nfc_debug_ui.h
@@ -12,7 +12,7 @@ namespace chromeos {
class NfcDebugUI : public content::WebUIController {
public:
explicit NfcDebugUI(content::WebUI* web_ui);
- virtual ~NfcDebugUI();
+ ~NfcDebugUI() override;
private:
DISALLOW_COPY_AND_ASSIGN(NfcDebugUI);
« no previous file with comments | « chrome/browser/ui/webui/chromeos/network_ui.h ('k') | chrome/browser/ui/webui/chromeos/nfc_debug_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698