| Index: third_party/WebKit/Source/core/html/forms/DateTimeChooser.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/DateTimeChooser.h b/third_party/WebKit/Source/core/html/forms/DateTimeChooser.h
|
| index 0a88a6d1f9499401ed4ab307558c8b21591d261f..7f46aa622085a00a1ff637226d38b56e9f5bfff2 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/DateTimeChooser.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/DateTimeChooser.h
|
| @@ -42,14 +42,14 @@ namespace blink {
|
| class AXObject;
|
|
|
| struct DateTimeSuggestion {
|
| - ALLOW_ONLY_INLINE_ALLOCATION();
|
| + DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
|
| double value;
|
| String localizedValue;
|
| String label;
|
| };
|
|
|
| struct DateTimeChooserParameters {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| AtomicString type;
|
| IntRect anchorRectInRootFrame;
|
| IntRect anchorRectInScreen;
|
|
|