| Index: Source/platform/Timer.h
|
| diff --git a/Source/platform/Timer.h b/Source/platform/Timer.h
|
| index 30cc5a3e9e4737f0bcbf33f549ddf65f41791738..3f09cd9b0b367b568e1667d824fd3a5ecb42a8d6 100644
|
| --- a/Source/platform/Timer.h
|
| +++ b/Source/platform/Timer.h
|
| @@ -27,9 +27,9 @@
|
| #define Timer_h
|
|
|
| #include "platform/PlatformExport.h"
|
| -#include "platform/heap/AddressSanitizer.h"
|
| #include "platform/heap/Handle.h"
|
| #include "public/platform/WebTraceLocation.h"
|
| +#include "wtf/AddressSanitizer.h"
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/Threading.h"
|
| #include "wtf/Vector.h"
|
|
|