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

Unified Diff: net/cert/multi_threaded_cert_verifier.h

Issue 476013002: Mark two inner classes in net/ exported (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « no previous file | net/websockets/websocket_inflater.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/multi_threaded_cert_verifier.h
diff --git a/net/cert/multi_threaded_cert_verifier.h b/net/cert/multi_threaded_cert_verifier.h
index 8f00ebe301f93fed1620a5d700642fb931e7d78a..cdd3235d69d1f21708ddf048354d51474e505b3d 100644
--- a/net/cert/multi_threaded_cert_verifier.h
+++ b/net/cert/multi_threaded_cert_verifier.h
@@ -96,7 +96,7 @@ class NET_EXPORT_PRIVATE MultiThreadedCertVerifier
};
// CachedResult contains the result of a certificate verification.
- struct CachedResult {
+ struct NET_EXPORT_PRIVATE CachedResult {
CachedResult();
~CachedResult();
« no previous file with comments | « no previous file | net/websockets/websocket_inflater.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698