| Index: third_party/WebKit/Source/platform/text/PlatformLocale.h
 | 
| diff --git a/third_party/WebKit/Source/platform/text/PlatformLocale.h b/third_party/WebKit/Source/platform/text/PlatformLocale.h
 | 
| index f32f4e3e0060ec7f6704a5a157cc148a765ddea5..32e79d4f729f1ae7adea40999ddcdb1d18e575d5 100644
 | 
| --- a/third_party/WebKit/Source/platform/text/PlatformLocale.h
 | 
| +++ b/third_party/WebKit/Source/platform/text/PlatformLocale.h
 | 
| @@ -26,12 +26,12 @@
 | 
|  #ifndef PlatformLocale_h
 | 
|  #define PlatformLocale_h
 | 
|  
 | 
| +#include <memory>
 | 
|  #include "platform/DateComponents.h"
 | 
|  #include "platform/Language.h"
 | 
|  #include "public/platform/WebLocalizedString.h"
 | 
|  #include "wtf/Allocator.h"
 | 
|  #include "wtf/text/WTFString.h"
 | 
| -#include <memory>
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |