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

Unified Diff: chrome/browser/ui/crypto_module_delegate_nss.h

Issue 627043002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[a-s]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/crypto_module_delegate_nss.h
diff --git a/chrome/browser/ui/crypto_module_delegate_nss.h b/chrome/browser/ui/crypto_module_delegate_nss.h
index f3b7c37e5b49ab9f02978b155024ec0a57034d8d..998d0e00258e697a674674c6377594bbc5585b65 100644
--- a/chrome/browser/ui/crypto_module_delegate_nss.h
+++ b/chrome/browser/ui/crypto_module_delegate_nss.h
@@ -41,12 +41,12 @@ class ChromeNSSCryptoModuleDelegate
WARN_UNUSED_RESULT;
// crypto::NSSCryptoModuleDelegate implementation.
- virtual crypto::ScopedPK11Slot RequestSlot() OVERRIDE;
+ virtual crypto::ScopedPK11Slot RequestSlot() override;
// crypto::CryptoModuleBlockingPasswordDelegate implementation.
virtual std::string RequestPassword(const std::string& slot_name,
bool retry,
- bool* cancelled) OVERRIDE;
+ bool* cancelled) override;
private:
void ShowDialog(const std::string& slot_name, bool retry);

Powered by Google App Engine
This is Rietveld 408576698