| Index: third_party/WebKit/Source/platform/FileMetadata.h
|
| diff --git a/third_party/WebKit/Source/platform/FileMetadata.h b/third_party/WebKit/Source/platform/FileMetadata.h
|
| index 336f31c33f770477537c4839e767ac4bbe00e917..63d148e598b380467d7606936f2d872f66c63434 100644
|
| --- a/third_party/WebKit/Source/platform/FileMetadata.h
|
| +++ b/third_party/WebKit/Source/platform/FileMetadata.h
|
| @@ -31,12 +31,12 @@
|
| #ifndef FileMetadata_h
|
| #define FileMetadata_h
|
|
|
| +#include <time.h>
|
| #include "platform/PlatformExport.h"
|
| #include "platform/weborigin/KURL.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/MathExtras.h"
|
| -#include "wtf/text/WTFString.h"
|
| -#include <time.h>
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/MathExtras.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|