Index: content/browser/screen_orientation/screen_orientation_message_filter_android.h |
diff --git a/content/browser/screen_orientation/screen_orientation_message_filter_android.h b/content/browser/screen_orientation/screen_orientation_message_filter_android.h |
index 9e196737581181ba014ca9599d54b1cd725cdf07..9a01ed4e8666c5d3bee5f228b4c833f2d6e93382 100644 |
--- a/content/browser/screen_orientation/screen_orientation_message_filter_android.h |
+++ b/content/browser/screen_orientation/screen_orientation_message_filter_android.h |
@@ -14,7 +14,7 @@ class ScreenOrientationMessageFilterAndroid : public BrowserMessageFilter { |
ScreenOrientationMessageFilterAndroid(); |
// BrowserMessageFilter implementation. |
- virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE; |
+ virtual bool OnMessageReceived(const IPC::Message& message) override; |
private: |
virtual ~ScreenOrientationMessageFilterAndroid(); |