| Index: content/browser/web_contents/web_contents_android.h
|
| diff --git a/content/browser/web_contents/web_contents_android.h b/content/browser/web_contents/web_contents_android.h
|
| index 219872b957532f6f1b293cee201cb7a2e36b2369..d42bc65f4b5b9db4e95cf54c0747ef350399aca5 100644
|
| --- a/content/browser/web_contents/web_contents_android.h
|
| +++ b/content/browser/web_contents/web_contents_android.h
|
| @@ -32,7 +32,7 @@ class CONTENT_EXPORT WebContentsAndroid
|
| static bool Register(JNIEnv* env);
|
|
|
| explicit WebContentsAndroid(WebContents* web_contents);
|
| - virtual ~WebContentsAndroid();
|
| + ~WebContentsAndroid() override;
|
|
|
| WebContents* web_contents() const { return web_contents_; }
|
|
|
|
|