Index: content/browser/plugin_loader_posix.h |
diff --git a/content/browser/plugin_loader_posix.h b/content/browser/plugin_loader_posix.h |
index b99a17a1aadb385341beca4fbfaecf549009c4b4..b69ad89a1446281d95967ac0eb7f97bda9b2cbba 100644 |
--- a/content/browser/plugin_loader_posix.h |
+++ b/content/browser/plugin_loader_posix.h |
@@ -57,7 +57,7 @@ class CONTENT_EXPORT PluginLoaderPosix : public UtilityProcessHost::Client, |
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE; |
// IPC::Message::Sender: |
- virtual bool Send(IPC::Message* msg); |
+ virtual bool Send(IPC::Message* msg) OVERRIDE; |
private: |
struct PendingCallback { |