| Index: Source/core/platform/Timer.h
|
| diff --git a/Source/core/platform/Timer.h b/Source/core/platform/Timer.h
|
| index aec7b3a5b15cfabdae59fa759fd1248897a83098..296b832324eff3c27b3c6de27e01d2d50ffc9b36 100644
|
| --- a/Source/core/platform/Timer.h
|
| +++ b/Source/core/platform/Timer.h
|
| @@ -26,9 +26,9 @@
|
| #ifndef Timer_h
|
| #define Timer_h
|
|
|
| -#include <wtf/Noncopyable.h>
|
| -#include <wtf/Threading.h>
|
| -#include <wtf/Vector.h>
|
| +#include "wtf/Noncopyable.h"
|
| +#include "wtf/Threading.h"
|
| +#include "wtf/Vector.h"
|
|
|
| namespace WebCore {
|
|
|
|
|