| Index: third_party/WebKit/Source/core/events/GestureEvent.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/GestureEvent.cpp b/third_party/WebKit/Source/core/events/GestureEvent.cpp
|
| index 080383948e3ecb09effb8e526a748e75515f77d3..cce2bafbbe74f1009bbe366a89867090dab2665c 100644
|
| --- a/third_party/WebKit/Source/core/events/GestureEvent.cpp
|
| +++ b/third_party/WebKit/Source/core/events/GestureEvent.cpp
|
| @@ -23,9 +23,9 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/dom/Element.h"
|
| #include "core/events/GestureEvent.h"
|
| +
|
| +#include "core/dom/Element.h"
|
| #include "wtf/text/AtomicString.h"
|
|
|
| namespace blink {
|
|
|