Index: content/common/content_constants.h |
diff --git a/content/common/content_constants.h b/content/common/content_constants.h |
index 20d484095979f777d0e98fd19587048d5c3cc7dd..6c8b66deb6e3487a41f82bdc5fd46759f0c46543 100644 |
--- a/content/common/content_constants.h |
+++ b/content/common/content_constants.h |
@@ -29,7 +29,7 @@ extern const size_t kMaxTitleChars; |
// We have different values for "max accepted" and "max displayed" because |
// a data: URI may be legitimately massive, but the full URI would kill all |
// known operating systems if you dropped it into a UI control. |
-extern const size_t kMaxURLChars; |
+CONTENT_EXPORT extern const size_t kMaxURLChars; |
CONTENT_EXPORT extern const size_t kMaxURLDisplayChars; |
// The render view and render process id associated with the default plugin |