| Index: third_party/WebKit/public/web/WebScopedUserGesture.h | 
| diff --git a/third_party/WebKit/public/web/WebScopedUserGesture.h b/third_party/WebKit/public/web/WebScopedUserGesture.h | 
| index bf34f71132b558ebf0eb2e69f52fade8f54584bf..3e620147bea4ff3b1d85abc69ebc5087030140d2 100644 | 
| --- a/third_party/WebKit/public/web/WebScopedUserGesture.h | 
| +++ b/third_party/WebKit/public/web/WebScopedUserGesture.h | 
| @@ -37,6 +37,7 @@ | 
| namespace blink { | 
|  | 
| class UserGestureIndicator; | 
| +class WebLocalFrame; | 
| class WebUserGestureToken; | 
|  | 
| // An instance of this class, while kept alive, will indicate that we are in | 
| @@ -55,7 +56,7 @@ class WebUserGestureToken; | 
| class WebScopedUserGesture { | 
| public: | 
| BLINK_EXPORT explicit WebScopedUserGesture(const WebUserGestureToken& token); | 
| -  BLINK_EXPORT WebScopedUserGesture(); | 
| +  BLINK_EXPORT WebScopedUserGesture(WebLocalFrame*); | 
| BLINK_EXPORT ~WebScopedUserGesture(); | 
|  | 
| private: | 
|  |