| Index: content/browser/android/overscroll_controller_android.h
|
| diff --git a/content/browser/android/overscroll_controller_android.h b/content/browser/android/overscroll_controller_android.h
|
| index f50a15ddad2f5875efe53551415d6aa43d6befea..e7a5196bda6420427699f607e7bbadfd55e437c1 100644
|
| --- a/content/browser/android/overscroll_controller_android.h
|
| +++ b/content/browser/android/overscroll_controller_android.h
|
| @@ -39,7 +39,7 @@ class OverscrollControllerAndroid : public OverscrollGlowClient,
|
| OverscrollControllerAndroid(WebContents* web_contents,
|
| ui::WindowAndroidCompositor* compositor,
|
| float dpi_scale);
|
| - virtual ~OverscrollControllerAndroid();
|
| + ~OverscrollControllerAndroid() override;
|
|
|
| // Returns true if |event| is consumed by an overscroll effect, in which
|
| // case it should cease propagation.
|
|
|