| Index: third_party/WebKit/Source/platform/text/DateTimeFormat.h
|
| diff --git a/third_party/WebKit/Source/platform/text/DateTimeFormat.h b/third_party/WebKit/Source/platform/text/DateTimeFormat.h
|
| index 871f08e2511a3af03e8f1b0dd5557621d8323708..645d5b5261f1f5f5ef833d7650900221ac9c5eff 100644
|
| --- a/third_party/WebKit/Source/platform/text/DateTimeFormat.h
|
| +++ b/third_party/WebKit/Source/platform/text/DateTimeFormat.h
|
| @@ -28,6 +28,7 @@
|
|
|
| #include "platform/PlatformExport.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "wtf/Allocator.h"
|
| #include "wtf/Forward.h"
|
|
|
| namespace blink {
|
| @@ -36,6 +37,7 @@ namespace blink {
|
| // standard 35, Locale Data Markup Language (LDML)[1].
|
| // [1] LDML http://unicode.org/reports/tr35/tr35-6.html#Date_Format_Patterns
|
| class PLATFORM_EXPORT DateTimeFormat {
|
| + STATIC_ONLY(DateTimeFormat);
|
| public:
|
| enum FieldType {
|
| FieldTypeInvalid,
|
|
|