| Index: third_party/WebKit/Source/wtf/HashFunctions.h
 | 
| diff --git a/third_party/WebKit/Source/wtf/HashFunctions.h b/third_party/WebKit/Source/wtf/HashFunctions.h
 | 
| index c3d90d02655a162d8249f943f79fab200715aa95..d5bfd5ba805019165215ce60f4c62af6a866ce23 100644
 | 
| --- a/third_party/WebKit/Source/wtf/HashFunctions.h
 | 
| +++ b/third_party/WebKit/Source/wtf/HashFunctions.h
 | 
| @@ -21,11 +21,11 @@
 | 
|  #ifndef WTF_HashFunctions_h
 | 
|  #define WTF_HashFunctions_h
 | 
|  
 | 
| -#include "wtf/RefPtr.h"
 | 
| -#include "wtf/StdLibExtras.h"
 | 
| -#include <memory>
 | 
|  #include <stdint.h>
 | 
| +#include <memory>
 | 
|  #include <type_traits>
 | 
| +#include "wtf/RefPtr.h"
 | 
| +#include "wtf/StdLibExtras.h"
 | 
|  
 | 
|  namespace WTF {
 | 
|  
 | 
| 
 |