Index: content/browser/screen_orientation/screen_orientation_dispatcher_host.h |
=================================================================== |
--- content/browser/screen_orientation/screen_orientation_dispatcher_host.h (revision 271040) |
+++ content/browser/screen_orientation/screen_orientation_dispatcher_host.h (working copy) |
@@ -22,7 +22,7 @@ |
ScreenOrientationDispatcherHost(); |
// BrowserMessageFilter |
- virtual bool OnMessageReceived(const IPC::Message&, bool*) OVERRIDE; |
+ virtual bool OnMessageReceived(const IPC::Message&) OVERRIDE; |
void OnOrientationChange(blink::WebScreenOrientationType orientation); |