summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/web/WebScopedUserGesture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/web/WebScopedUserGesture.cpp')
-rw-r--r--chromium/third_party/WebKit/Source/web/WebScopedUserGesture.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/WebKit/Source/web/WebScopedUserGesture.cpp b/chromium/third_party/WebKit/Source/web/WebScopedUserGesture.cpp
index 81eac867873..9a58950a484 100644
--- a/chromium/third_party/WebKit/Source/web/WebScopedUserGesture.cpp
+++ b/chromium/third_party/WebKit/Source/web/WebScopedUserGesture.cpp
@@ -29,10 +29,10 @@
*/
#include "config.h"
-#include "WebScopedUserGesture.h"
+#include "public/web/WebScopedUserGesture.h"
-#include "WebUserGestureToken.h"
#include "platform/UserGestureIndicator.h"
+#include "public/web/WebUserGestureToken.h"
namespace blink {