Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Unified Diff: third_party/WebKit/public/web/WebDateTimeSuggestion.h

Issue 2874713002: Move many standalone files from web/ to (core|modules)/exported/. (Closed)
Patch Set: Rebase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/public/web/WebDOMEvent.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
};
« no previous file with comments | « third_party/WebKit/public/web/WebDOMEvent.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698