| Index: Source/core/dom/UserTypingGestureIndicator.h
|
| diff --git a/Source/core/dom/UserTypingGestureIndicator.h b/Source/core/dom/UserTypingGestureIndicator.h
|
| index 21f4c7eddf04d0533776c2ceac9d17989165ca9b..149c4307f5d9e440fb33cd8b681a18934efa89ef 100644
|
| --- a/Source/core/dom/UserTypingGestureIndicator.h
|
| +++ b/Source/core/dom/UserTypingGestureIndicator.h
|
| @@ -26,8 +26,8 @@
|
| #ifndef UserTypingGestureIndicator_h
|
| #define UserTypingGestureIndicator_h
|
|
|
| -#include <wtf/Noncopyable.h>
|
| -#include <wtf/RefPtr.h>
|
| +#include "wtf/Noncopyable.h"
|
| +#include "wtf/RefPtr.h"
|
|
|
| namespace WebCore {
|
|
|
|
|