| Index: webkit/dom_storage/dom_storage_session.h
|
| diff --git a/webkit/dom_storage/dom_storage_session.h b/webkit/dom_storage/dom_storage_session.h
|
| index 1f5294e36a881f6900b804ba7a0b6a3c2cf911a0..efb91319afe51b20dbc09867858b23b368a08d27 100644
|
| --- a/webkit/dom_storage/dom_storage_session.h
|
| +++ b/webkit/dom_storage/dom_storage_session.h
|
| @@ -9,6 +9,7 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/ref_counted.h"
|
| +#include "webkit/dom_storage/dom_storage_export.h"
|
|
|
| namespace dom_storage {
|
|
|
| @@ -18,7 +19,7 @@ class DomStorageContext;
|
| // storage namespace and provides an interface to Clone() an
|
| // existing session storage namespace. It may be used on any thread.
|
| // See class comments for DomStorageContext for a larger overview.
|
| -class DomStorageSession
|
| +class DOM_STORAGE_EXPORT DomStorageSession
|
| : public base::RefCountedThreadSafe<DomStorageSession> {
|
| public:
|
| // Constructs a |DomStorageSession| and allocates new IDs for it.
|
|
|