Index: content/browser/screen_orientation/screen_orientation_delegate_android.h |
diff --git a/content/browser/screen_orientation/screen_orientation_delegate_android.h b/content/browser/screen_orientation/screen_orientation_delegate_android.h |
index fa3ee6e22113f834c7d30344f88889052c5643c1..efcdafe88783f7ea0099a6892c4b9be129003023 100644 |
--- a/content/browser/screen_orientation/screen_orientation_delegate_android.h |
+++ b/content/browser/screen_orientation/screen_orientation_delegate_android.h |
@@ -35,11 +35,11 @@ class ScreenOrientationDelegateAndroid : public ScreenOrientationDelegate { |
static void StopAccurateListening(); |
// ScreenOrientationDelegate: |
- virtual bool FullScreenRequired(WebContents* web_contents) override; |
- virtual void Lock( |
- blink::WebScreenOrientationLockType lock_orientation) override; |
- virtual bool ScreenOrientationProviderSupported() override; |
- virtual void Unlock() override; |
+ bool FullScreenRequired(WebContents* web_contents) override; |
+ void Lock(WebContents* web_contents, |
+ blink::WebScreenOrientationLockType lock_orientation) override; |
+ bool ScreenOrientationProviderSupported() override; |
+ void Unlock(WebContents* web_contents) override; |
private: |
DISALLOW_COPY_AND_ASSIGN(ScreenOrientationDelegateAndroid); |