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

Unified Diff: chrome/browser/chromeos/settings/token_encryptor.h

Issue 623293003: replace OVERRIDE and FINAL with override and final in chrome/browser/chromeos/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: run git cl format on echo_dialog_view.h 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/chromeos/settings/token_encryptor.h
diff --git a/chrome/browser/chromeos/settings/token_encryptor.h b/chrome/browser/chromeos/settings/token_encryptor.h
index 61d6d47d58f1e144ae66c1346c8aa2e7fada1bee..b9654ae25f9a1c4264edf97dd40ce48debd71e4f 100644
--- a/chrome/browser/chromeos/settings/token_encryptor.h
+++ b/chrome/browser/chromeos/settings/token_encryptor.h
@@ -41,9 +41,9 @@ class CryptohomeTokenEncryptor : public TokenEncryptor {
virtual ~CryptohomeTokenEncryptor();
// TokenEncryptor overrides:
- virtual std::string EncryptWithSystemSalt(const std::string& token) OVERRIDE;
+ virtual std::string EncryptWithSystemSalt(const std::string& token) override;
virtual std::string DecryptWithSystemSalt(
- const std::string& encrypted_token_hex) OVERRIDE;
+ const std::string& encrypted_token_hex) override;
private:
// Converts |passphrase| to a SymmetricKey using the given |salt|.
« no previous file with comments | « chrome/browser/chromeos/settings/system_settings_provider.h ('k') | chrome/browser/chromeos/sim_dialog_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698