| Index: sky/engine/platform/scroll/ScrollableArea.h
|
| diff --git a/sky/engine/platform/scroll/ScrollableArea.h b/sky/engine/platform/scroll/ScrollableArea.h
|
| index b409f7d1c907afb222e536fa51ce8d3b4c490fe3..5037f549b3639afae37aab953fa8fee1c8038a2b 100644
|
| --- a/sky/engine/platform/scroll/ScrollableArea.h
|
| +++ b/sky/engine/platform/scroll/ScrollableArea.h
|
| @@ -26,11 +26,11 @@
|
| #ifndef ScrollableArea_h
|
| #define ScrollableArea_h
|
|
|
| -#include "platform/PlatformExport.h"
|
| -#include "platform/scroll/ScrollAnimator.h"
|
| -#include "platform/scroll/Scrollbar.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/Vector.h"
|
| +#include "sky/engine/platform/PlatformExport.h"
|
| +#include "sky/engine/platform/scroll/ScrollAnimator.h"
|
| +#include "sky/engine/platform/scroll/Scrollbar.h"
|
| +#include "sky/engine/wtf/Noncopyable.h"
|
| +#include "sky/engine/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|