| Index: third_party/WebKit/Source/platform/text/LocaleICU.h
 | 
| diff --git a/third_party/WebKit/Source/platform/text/LocaleICU.h b/third_party/WebKit/Source/platform/text/LocaleICU.h
 | 
| index 42626a0d80fd06fbe6088102f5296ea22ee1d24b..0b5f8b6974603ef2c8dc046b9a9e698cb2e8bee3 100644
 | 
| --- a/third_party/WebKit/Source/platform/text/LocaleICU.h
 | 
| +++ b/third_party/WebKit/Source/platform/text/LocaleICU.h
 | 
| @@ -31,14 +31,14 @@
 | 
|  #ifndef LocaleICU_h
 | 
|  #define LocaleICU_h
 | 
|  
 | 
| +#include <unicode/udat.h>
 | 
| +#include <unicode/unum.h>
 | 
| +#include <memory>
 | 
|  #include "platform/DateComponents.h"
 | 
|  #include "platform/text/PlatformLocale.h"
 | 
|  #include "wtf/Forward.h"
 | 
|  #include "wtf/text/CString.h"
 | 
|  #include "wtf/text/WTFString.h"
 | 
| -#include <memory>
 | 
| -#include <unicode/udat.h>
 | 
| -#include <unicode/unum.h>
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |