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

Unified Diff: content/common/pepper_plugin_registry.h

Issue 8587009: Add OVERRIDE to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 | « content/common/npobject_stub.h ('k') | content/common/quota_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/pepper_plugin_registry.h
diff --git a/content/common/pepper_plugin_registry.h b/content/common/pepper_plugin_registry.h
index 922a6e0a841620641e70c5b694e9791c6d1c820c..c6a664e9a8927cb57613577da6f5e5aecbee3f5f 100644
--- a/content/common/pepper_plugin_registry.h
+++ b/content/common/pepper_plugin_registry.h
@@ -64,7 +64,8 @@ class PepperPluginRegistry
void AddLiveModule(const FilePath& path, webkit::ppapi::PluginModule* module);
// ModuleLifetime implementation.
- virtual void PluginModuleDead(webkit::ppapi::PluginModule* dead_module);
+ virtual void PluginModuleDead(
+ webkit::ppapi::PluginModule* dead_module) OVERRIDE;
private:
PepperPluginRegistry();
« no previous file with comments | « content/common/npobject_stub.h ('k') | content/common/quota_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698