web/WebInputEvent.h is moved to platform/WebInputEvent.h

This commit is contained in:
Cheng Zhao 2017-01-24 14:48:55 +09:00 committed by Kevin Sawicki
parent 53bf82dd7c
commit 6d323dd6fe
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
#include "atom/common/keyboard_util.h"
#include "base/strings/string_number_conversions.h"
#include "base/strings/string_util.h"
#include "third_party/WebKit/public/web/WebInputEvent.h"
#include "third_party/WebKit/public/platform/WebInputEvent.h"
#include "ui/events/event_constants.h"
namespace atom {