| Index: content/browser/ssl/ssl_host_state.h
|
| diff --git a/content/browser/ssl/ssl_host_state.h b/content/browser/ssl/ssl_host_state.h
|
| index 943f44ee2647b098360ff3566c3d3476905cf5eb..9fac7ca0afd983cba6d14ff451cc9577b61b6caa 100644
|
| --- a/content/browser/ssl/ssl_host_state.h
|
| +++ b/content/browser/ssl/ssl_host_state.h
|
| @@ -10,8 +10,10 @@
|
| #include <map>
|
| #include <set>
|
|
|
| +#include "base/compiler_specific.h"
|
| #include "base/basictypes.h"
|
| #include "base/threading/non_thread_safe.h"
|
| +#include "content/common/content_export.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "net/base/x509_certificate.h"
|
|
|
| @@ -23,7 +25,8 @@
|
| // from the SSLManager because this state is shared across many navigation
|
| // controllers.
|
|
|
| -class SSLHostState : public base::NonThreadSafe {
|
| +class CONTENT_EXPORT SSLHostState
|
| + : NON_EXPORTED_BASE(public base::NonThreadSafe) {
|
| public:
|
| SSLHostState();
|
| ~SSLHostState();
|
|
|