| Index: sky/engine/platform/UserGestureIndicator.cpp
|
| diff --git a/sky/engine/platform/UserGestureIndicator.cpp b/sky/engine/platform/UserGestureIndicator.cpp
|
| index 88fadffe0688b05466636441bf2d6b52849177db..82392458ee031e2424317d17486f8801bd073485 100644
|
| --- a/sky/engine/platform/UserGestureIndicator.cpp
|
| +++ b/sky/engine/platform/UserGestureIndicator.cpp
|
| @@ -23,12 +23,12 @@
|
| * THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/UserGestureIndicator.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/UserGestureIndicator.h"
|
|
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/CurrentTime.h"
|
| -#include "wtf/MainThread.h"
|
| +#include "sky/engine/wtf/Assertions.h"
|
| +#include "sky/engine/wtf/CurrentTime.h"
|
| +#include "sky/engine/wtf/MainThread.h"
|
|
|
| namespace blink {
|
|
|
|
|