| Index: third_party/WebKit/public/web/WebDateTimeSuggestion.h
|
| diff --git a/third_party/WebKit/public/web/WebDateTimeSuggestion.h b/third_party/WebKit/public/web/WebDateTimeSuggestion.h
|
| index 314cd104c6c69b3a5b44eb20252b037cdad2ed47..60997ffd657c274bd876ae6ad2064e8c621c3157 100644
|
| --- a/third_party/WebKit/public/web/WebDateTimeSuggestion.h
|
| +++ b/third_party/WebKit/public/web/WebDateTimeSuggestion.h
|
| @@ -26,6 +26,7 @@
|
| #ifndef WebDateTimeSuggestion_h
|
| #define WebDateTimeSuggestion_h
|
|
|
| +#include "public/platform/WebCommon.h"
|
| #include "public/platform/WebString.h"
|
|
|
| namespace blink {
|
| @@ -40,8 +41,8 @@ struct WebDateTimeSuggestion {
|
| WebDateTimeSuggestion() {}
|
|
|
| #if BLINK_IMPLEMENTATION
|
| - WebDateTimeSuggestion(const DateTimeSuggestion&);
|
| - WebDateTimeSuggestion& operator=(const DateTimeSuggestion&);
|
| + BLINK_EXPORT WebDateTimeSuggestion(const DateTimeSuggestion&);
|
| + BLINK_EXPORT WebDateTimeSuggestion& operator=(const DateTimeSuggestion&);
|
| #endif
|
| };
|
|
|
|
|