| Index: third_party/WebKit/Source/platform/wtf/DateMath.h
|
| diff --git a/third_party/WebKit/Source/platform/wtf/DateMath.h b/third_party/WebKit/Source/platform/wtf/DateMath.h
|
| index faeafb80c0e8032e5c176799fcc7391c1ebed91f..f01c39ce155c8d51ff9d5d3b9164e29bf71e8cc7 100644
|
| --- a/third_party/WebKit/Source/platform/wtf/DateMath.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/DateMath.h
|
| @@ -43,10 +43,10 @@
|
| #ifndef DateMath_h
|
| #define DateMath_h
|
|
|
| -#include "platform/wtf/WTFExport.h"
|
| -#include "platform/wtf/text/WTFString.h"
|
| #include <stdint.h>
|
| #include <string.h>
|
| +#include "platform/wtf/WTFExport.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace WTF {
|
|
|
|
|