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

Unified Diff: chrome/browser/extensions/execute_code_in_tab_function.h

Issue 8473003: Add OVERRIDE to chrome/browser/extensions/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « chrome/browser/extensions/autoupdate_interceptor.h ('k') | chrome/browser/extensions/extension_app_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/execute_code_in_tab_function.h
diff --git a/chrome/browser/extensions/execute_code_in_tab_function.h b/chrome/browser/extensions/execute_code_in_tab_function.h
index b57ad497c14243304f030fdccbe0e67b33fe59ba..5afc85cd06e2e713483e13bfa072387f253dc073 100644
--- a/chrome/browser/extensions/execute_code_in_tab_function.h
+++ b/chrome/browser/extensions/execute_code_in_tab_function.h
@@ -20,10 +20,10 @@ class ExecuteCodeInTabFunction : public AsyncExtensionFunction,
virtual ~ExecuteCodeInTabFunction();
private:
- virtual bool RunImpl();
+ virtual bool RunImpl() OVERRIDE;
// TabContentsObserver overrides.
- virtual bool OnMessageReceived(const IPC::Message& message);
+ virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
// Message handler.
void OnExecuteCodeFinished(int request_id, bool success,
« no previous file with comments | « chrome/browser/extensions/autoupdate_interceptor.h ('k') | chrome/browser/extensions/extension_app_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698