| 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 f1ac0f200ac2d0d04fc826f4424df680e758ec2e..8e8a2989fa5e19cf1d42afb7676369172834774b 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>
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |