| 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 818fca2f4d14bf585b35fec86aeb065bbde073d6..60056f6ccb4ea921a4feada08f5eec4eca2a596a 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 "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "public/platform/WebLocalizedString.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/text/WTFString.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|