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

Unified Diff: extensions/browser/updater/safe_manifest_parser.h

Issue 622343002: replace OVERRIDE and FINAL with override and final in extensions/ (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: extensions/browser/updater/safe_manifest_parser.h
diff --git a/extensions/browser/updater/safe_manifest_parser.h b/extensions/browser/updater/safe_manifest_parser.h
index 278cd97e4766cf02da601326b3df6af6df3d4bc1..2cbc3e61995f0d93da8f216d55f7533f823641ec 100644
--- a/extensions/browser/updater/safe_manifest_parser.h
+++ b/extensions/browser/updater/safe_manifest_parser.h
@@ -39,7 +39,7 @@ class SafeManifestParser : public content::UtilityProcessHostClient {
void ParseInSandbox();
// content::UtilityProcessHostClient implementation.
- virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
+ virtual bool OnMessageReceived(const IPC::Message& message) override;
void OnParseUpdateManifestSucceeded(const UpdateManifest::Results& results);
void OnParseUpdateManifestFailed(const std::string& error_message);
« no previous file with comments | « extensions/browser/test_runtime_api_delegate.h ('k') | extensions/browser/value_store/leveldb_value_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698