| Index: third_party/WebKit/Source/platform/UserGestureIndicator.cpp
|
| diff --git a/third_party/WebKit/Source/platform/UserGestureIndicator.cpp b/third_party/WebKit/Source/platform/UserGestureIndicator.cpp
|
| index e566fa4e4ca187b165a23dffd315f2d91ad1a8f3..da41e67e9e1daf1ed69e4176257090c1f40d3718 100644
|
| --- a/third_party/WebKit/Source/platform/UserGestureIndicator.cpp
|
| +++ b/third_party/WebKit/Source/platform/UserGestureIndicator.cpp
|
| @@ -28,6 +28,7 @@
|
| #include "platform/Histogram.h"
|
| #include "wtf/Assertions.h"
|
| #include "wtf/CurrentTime.h"
|
| +#include "wtf/StdLibExtras.h"
|
|
|
| namespace blink {
|
|
|
|
|