| Index: third_party/WebKit/Source/core/html/forms/DateTimeChooserClient.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/DateTimeChooserClient.h b/third_party/WebKit/Source/core/html/forms/DateTimeChooserClient.h
|
| index 29a541b164f76ed64b1845aa8a6536785cd37cad..30e4ead1a92af008b151c0928012bb513fe50568 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/DateTimeChooserClient.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/DateTimeChooserClient.h
|
| @@ -31,6 +31,7 @@
|
| #ifndef DateTimeChooserClient_h
|
| #define DateTimeChooserClient_h
|
|
|
| +#include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/wtf/Forward.h"
|
|
|
| @@ -38,7 +39,7 @@ namespace blink {
|
|
|
| class Element;
|
|
|
| -class DateTimeChooserClient : public GarbageCollectedMixin {
|
| +class CORE_EXPORT DateTimeChooserClient : public GarbageCollectedMixin {
|
| public:
|
| virtual ~DateTimeChooserClient();
|
| DEFINE_INLINE_VIRTUAL_TRACE() {}
|
|
|