| Index: Source/core/platform/mac/ScrollElasticityController.mm
|
| diff --git a/Source/core/platform/mac/ScrollElasticityController.mm b/Source/core/platform/mac/ScrollElasticityController.mm
|
| index cb99b027ee98af6d60e2ce69b89cb4e4b14f5af8..aaf57dd119eba1e5089b6e4836fd1bd3c37ba496 100644
|
| --- a/Source/core/platform/mac/ScrollElasticityController.mm
|
| +++ b/Source/core/platform/mac/ScrollElasticityController.mm
|
| @@ -24,12 +24,12 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "ScrollElasticityController.h"
|
| +#include "core/platform/mac/ScrollElasticityController.h"
|
|
|
| #include <sys/sysctl.h>
|
| #include <sys/time.h>
|
| -#include "WebCoreSystemInterface.h"
|
| #include "core/platform/PlatformWheelEvent.h"
|
| +#include "core/platform/mac/WebCoreSystemInterface.h"
|
|
|
| #if ENABLE(RUBBER_BANDING)
|
|
|
|
|