| Index: components/navigation_interception/intercept_navigation_delegate.h
|
| diff --git a/components/navigation_interception/intercept_navigation_delegate.h b/components/navigation_interception/intercept_navigation_delegate.h
|
| index 71914c25cb64ec0dd4816482ffcd01ae9280559a..8c120c63b4bfba8185195911e19cb47277cd9c25 100644
|
| --- a/components/navigation_interception/intercept_navigation_delegate.h
|
| +++ b/components/navigation_interception/intercept_navigation_delegate.h
|
| @@ -38,7 +38,7 @@ class NavigationParams;
|
| class InterceptNavigationDelegate : public base::SupportsUserData::Data {
|
| public:
|
| InterceptNavigationDelegate(JNIEnv* env, jobject jdelegate);
|
| - virtual ~InterceptNavigationDelegate();
|
| + ~InterceptNavigationDelegate() override;
|
|
|
| // Associates the InterceptNavigationDelegate with a WebContents using the
|
| // SupportsUserData mechanism.
|
|
|