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

Unified Diff: extensions/renderer/script_injection_manager.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
« no previous file with comments | « extensions/renderer/script_context.h ('k') | extensions/renderer/script_injection_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/script_injection_manager.h
diff --git a/extensions/renderer/script_injection_manager.h b/extensions/renderer/script_injection_manager.h
index 1c3271b9ddbf0998477479795abb82f6f65b5244..f3f3e52b0325ebad608ecdf094176af34261b9c5 100644
--- a/extensions/renderer/script_injection_manager.h
+++ b/extensions/renderer/script_injection_manager.h
@@ -56,7 +56,7 @@ class ScriptInjectionManager : public UserScriptSetManager::Observer {
// UserScriptSetManager::Observer implementation.
virtual void OnUserScriptsUpdated(
const std::set<std::string>& changed_extensions,
- const std::vector<UserScript*>& scripts) OVERRIDE;
+ const std::vector<UserScript*>& scripts) override;
// Notifies that an RVOHelper should be removed.
void RemoveObserver(RVOHelper* helper);
« no previous file with comments | « extensions/renderer/script_context.h ('k') | extensions/renderer/script_injection_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698