| Index: Source/core/dom/UserTypingGestureIndicator.cpp
|
| diff --git a/Source/core/dom/UserTypingGestureIndicator.cpp b/Source/core/dom/UserTypingGestureIndicator.cpp
|
| index 9540f801846b26723cceb5028d8fd280657f888d..5b6684ed38f7da63513fd8f348b5efb1a996deed 100644
|
| --- a/Source/core/dom/UserTypingGestureIndicator.cpp
|
| +++ b/Source/core/dom/UserTypingGestureIndicator.cpp
|
| @@ -24,10 +24,10 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "UserTypingGestureIndicator.h"
|
| +#include "core/dom/UserTypingGestureIndicator.h"
|
|
|
| -#include "Document.h"
|
| -#include "Node.h"
|
| +#include "core/dom/Document.h"
|
| +#include "core/dom/Node.h"
|
| #include "core/page/Frame.h"
|
| #include <wtf/StdLibExtras.h>
|
|
|
|
|