summaryrefslogtreecommitdiffstats
path: root/net/base/x509_certificate.h
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-31 23:20:59 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-31 23:20:59 +0000
commitd01c6bd4b1d5d6bf6a6d3ca5ef1166523edbd071 (patch)
treef16c2ed64a9e3a3cb38d1eaf26f8c2efc047d38d /net/base/x509_certificate.h
parent3b317914486afcbbc91964d87f1ccea95ce2c12c (diff)
downloadchromium_src-d01c6bd4b1d5d6bf6a6d3ca5ef1166523edbd071.zip
chromium_src-d01c6bd4b1d5d6bf6a6d3ca5ef1166523edbd071.tar.gz
chromium_src-d01c6bd4b1d5d6bf6a6d3ca5ef1166523edbd071.tar.bz2
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
Diffstat (limited to 'net/base/x509_certificate.h')
-rw-r--r--net/base/x509_certificate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/base/x509_certificate.h b/net/base/x509_certificate.h
index fde9ae0..a3ad88b 100644
--- a/net/base/x509_certificate.h
+++ b/net/base/x509_certificate.h
@@ -71,7 +71,7 @@ class NET_API X509Certificate
typedef std::vector<OSCertHandle> OSCertHandles;
// Predicate functor used in maps when X509Certificate is used as the key.
- class LessThan {
+ class NET_API LessThan {
public:
bool operator() (X509Certificate* lhs, X509Certificate* rhs) const;
};