| 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 efcdafe88783f7ea0099a6892c4b9be129003023..063a5692ccc3d3c7b37a55973029adeab02ce3bb 100644
|
| --- a/content/browser/screen_orientation/screen_orientation_delegate_android.h
|
| +++ b/content/browser/screen_orientation/screen_orientation_delegate_android.h
|
| @@ -20,7 +20,7 @@ class WebContents;
|
| class ScreenOrientationDelegateAndroid : public ScreenOrientationDelegate {
|
| public:
|
| ScreenOrientationDelegateAndroid();
|
| - virtual ~ScreenOrientationDelegateAndroid();
|
| + ~ScreenOrientationDelegateAndroid() override;
|
|
|
| static bool Register(JNIEnv* env);
|
|
|
|
|