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

Unified Diff: third_party/WebKit/public/web/WebColorSuggestion.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/BUILD.gn ('k') | third_party/WebKit/public/web/WebDOMEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebColorSuggestion.h
diff --git a/third_party/WebKit/public/web/WebColorSuggestion.h b/third_party/WebKit/public/web/WebColorSuggestion.h
index ff3fa699e188eeb99dbf0fe6c9396fd5565aca6b..018bad1ff0c501712dacb142469b6c089d1919c5 100644
--- a/third_party/WebKit/public/web/WebColorSuggestion.h
+++ b/third_party/WebKit/public/web/WebColorSuggestion.h
@@ -43,8 +43,8 @@ struct WebColorSuggestion {
WebString label;
#if BLINK_IMPLEMENTATION
- WebColorSuggestion(const ColorSuggestion&);
- WebColorSuggestion& operator=(const ColorSuggestion&);
+ BLINK_EXPORT WebColorSuggestion(const ColorSuggestion&);
+ BLINK_EXPORT WebColorSuggestion& operator=(const ColorSuggestion&);
#endif
};
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | third_party/WebKit/public/web/WebDOMEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698