| Index: components/navigation_interception/intercept_navigation_delegate.cc
|
| diff --git a/components/navigation_interception/intercept_navigation_delegate.cc b/components/navigation_interception/intercept_navigation_delegate.cc
|
| index ba9053d663cfdcf0b42b0f6a521341dfe4e83bc3..f5816bf2d1db37d821d96f0f8fd726e01ae46ead 100644
|
| --- a/components/navigation_interception/intercept_navigation_delegate.cc
|
| +++ b/components/navigation_interception/intercept_navigation_delegate.cc
|
| @@ -31,7 +31,7 @@ namespace {
|
|
|
| const int kMaxValidityOfUserGestureCarryoverInSeconds = 10;
|
|
|
| -const void* kInterceptNavigationDelegateUserDataKey =
|
| +const void* const kInterceptNavigationDelegateUserDataKey =
|
| &kInterceptNavigationDelegateUserDataKey;
|
|
|
| bool CheckIfShouldIgnoreNavigationOnUIThread(WebContents* source,
|
|
|