| Index: Source/core/inspector/InspectorInputAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorInputAgent.cpp b/Source/core/inspector/InspectorInputAgent.cpp
|
| index 0f179bf0bb3411b25dc5a6b7b3f80aff12189103..b5042e263de38ea3902006564b8c1a5f7e090066 100644
|
| --- a/Source/core/inspector/InspectorInputAgent.cpp
|
| +++ b/Source/core/inspector/InspectorInputAgent.cpp
|
| @@ -43,9 +43,8 @@
|
| #include "core/platform/graphics/IntPoint.h"
|
| #include "core/platform/graphics/IntRect.h"
|
| #include "core/platform/graphics/IntSize.h"
|
| -
|
| -#include <wtf/CurrentTime.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/CurrentTime.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|