Index: content/common/resource_dispatcher.h |
diff --git a/content/common/resource_dispatcher.h b/content/common/resource_dispatcher.h |
index 6cc715717bca102d4a9565183a87322daef4ed3c..ba74b23072a813bb6a62ef7d567402c842b9df3a 100644 |
--- a/content/common/resource_dispatcher.h |
+++ b/content/common/resource_dispatcher.h |
@@ -34,7 +34,7 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Channel::Listener { |
virtual ~ResourceDispatcher(); |
// IPC::Channel::Listener implementation. |
- virtual bool OnMessageReceived(const IPC::Message& message); |
+ virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE; |
// Creates a ResourceLoaderBridge for this type of dispatcher, this is so |
// this can be tested regardless of the ResourceLoaderBridge::Create |