Index: content/renderer/screen_orientation/screen_orientation_dispatcher.h |
diff --git a/content/renderer/screen_orientation/screen_orientation_dispatcher.h b/content/renderer/screen_orientation/screen_orientation_dispatcher.h |
index 21dbf516a9653a14fc1d66a2e862d47c1952792f..27523491ce5da21a30092b5f98ef642e4b85efda 100644 |
--- a/content/renderer/screen_orientation/screen_orientation_dispatcher.h |
+++ b/content/renderer/screen_orientation/screen_orientation_dispatcher.h |
@@ -33,7 +33,7 @@ class CONTENT_EXPORT ScreenOrientationDispatcher : |
friend class ScreenOrientationDispatcherTest; |
// RenderFrameObserver implementation. |
- virtual bool OnMessageReceived(const IPC::Message& message) override; |
+ bool OnMessageReceived(const IPC::Message& message) override; |
// blink::WebScreenOrientationClient implementation. |
virtual void lockOrientation( |