| Index: sky/engine/platform/UserGestureIndicator.h
|
| diff --git a/sky/engine/platform/UserGestureIndicator.h b/sky/engine/platform/UserGestureIndicator.h
|
| index f73e6b04826fbbca57bbf546c4f156a5e71bb6ef..4fe11904780b52d0cca2e8bf510499ae45912be7 100644
|
| --- a/sky/engine/platform/UserGestureIndicator.h
|
| +++ b/sky/engine/platform/UserGestureIndicator.h
|
| @@ -26,10 +26,10 @@
|
| #ifndef UserGestureIndicator_h
|
| #define UserGestureIndicator_h
|
|
|
| -#include "platform/PlatformExport.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/RefCounted.h"
|
| -#include "wtf/RefPtr.h"
|
| +#include "sky/engine/platform/PlatformExport.h"
|
| +#include "sky/engine/wtf/Noncopyable.h"
|
| +#include "sky/engine/wtf/RefCounted.h"
|
| +#include "sky/engine/wtf/RefPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|