| Index: Source/core/dom/UserGestureIndicator.h
|
| diff --git a/Source/core/dom/UserGestureIndicator.h b/Source/core/dom/UserGestureIndicator.h
|
| index 4c29acb37738fea599beaa5fd6071719e2cb1f3a..700573eceec45d3caff818739c2abbc645100074 100644
|
| --- a/Source/core/dom/UserGestureIndicator.h
|
| +++ b/Source/core/dom/UserGestureIndicator.h
|
| @@ -26,9 +26,9 @@
|
| #ifndef UserGestureIndicator_h
|
| #define UserGestureIndicator_h
|
|
|
| -#include <wtf/Noncopyable.h>
|
| -#include <wtf/RefCounted.h>
|
| -#include <wtf/RefPtr.h>
|
| +#include "wtf/Noncopyable.h"
|
| +#include "wtf/RefCounted.h"
|
| +#include "wtf/RefPtr.h"
|
|
|
| namespace WebCore {
|
|
|
|
|