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

Unified Diff: chrome/browser/ui/webui/chromeos/cryptohome_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
Index: chrome/browser/ui/webui/chromeos/cryptohome_ui.h
diff --git a/chrome/browser/ui/webui/chromeos/cryptohome_ui.h b/chrome/browser/ui/webui/chromeos/cryptohome_ui.h
index 3ef7ad2766e4a5ad9735646b51c9eb4b74d980a3..d0d46e66f279610da857ddc22d679f147651a6a0 100644
--- a/chrome/browser/ui/webui/chromeos/cryptohome_ui.h
+++ b/chrome/browser/ui/webui/chromeos/cryptohome_ui.h
@@ -14,7 +14,7 @@ namespace chromeos {
class CryptohomeUI : public content::WebUIController {
public:
explicit CryptohomeUI(content::WebUI* web_ui);
- virtual ~CryptohomeUI() {}
+ ~CryptohomeUI() override {}
private:
DISALLOW_COPY_AND_ASSIGN(CryptohomeUI);

Powered by Google App Engine
This is Rietveld 408576698