net: Add NET_API to more code, this time what's used by chrome.dll
BUG=76997
TEST=none
Review URL: http://codereview.chromium.org/7082026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87393 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/net/base/dns_util.h b/net/base/dns_util.h
index 781c104..d70dfd7 100644
--- a/net/base/dns_util.h
+++ b/net/base/dns_util.h
@@ -29,7 +29,7 @@
NET_TEST bool IsSTD3ASCIIValidCharacter(char c);
// Returns the hostname by trimming the ending dot, if one exists.
-std::string TrimEndingDot(const std::string& host);
+NET_API std::string TrimEndingDot(const std::string& host);
// DNS resource record types. See
// http://www.iana.org/assignments/dns-parameters