Index: content/browser/browser_message_filter.h |
diff --git a/content/browser/browser_message_filter.h b/content/browser/browser_message_filter.h |
index 82309168117777c35093c2bb635773cc55f2376d..78f50959ba45e4bc48249b11fd5c4802156df17f 100644 |
--- a/content/browser/browser_message_filter.h |
+++ b/content/browser/browser_message_filter.h |
@@ -31,7 +31,7 @@ class CONTENT_EXPORT BrowserMessageFilter : |
// IPC::Message::Sender implementation. Can be called on any thread. Can't |
// send sync messages (since we don't want to block the browser on any other |
// process). |
- virtual bool Send(IPC::Message* message); |
+ virtual bool Send(IPC::Message* message) OVERRIDE; |
// If you want the given message to be dispatched to your OnMessageReceived on |
// a different thread, change |thread| to the id of the target thread. |