| Index: webkit/dom_storage/dom_storage_cached_area.h
|
| diff --git a/webkit/dom_storage/dom_storage_cached_area.h b/webkit/dom_storage/dom_storage_cached_area.h
|
| index fc1968ed30f6f1f250944ec86c5bdd5ae6f76089..3dee745ea3ea9be895d77ed730898a6e15cfe4aa 100644
|
| --- a/webkit/dom_storage/dom_storage_cached_area.h
|
| +++ b/webkit/dom_storage/dom_storage_cached_area.h
|
| @@ -11,6 +11,7 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/nullable_string16.h"
|
| #include "googleurl/src/gurl.h"
|
| +#include "webkit/dom_storage/dom_storage_export.h"
|
|
|
| namespace dom_storage {
|
|
|
| @@ -23,7 +24,8 @@ class DomStorageProxy;
|
| // first access and changes are written to the backend thru the |proxy|.
|
| // Mutations originating in other processes are applied to the cache via
|
| // the ApplyMutation method.
|
| -class DomStorageCachedArea : public base::RefCounted<DomStorageCachedArea> {
|
| +class DOM_STORAGE_EXPORT DomStorageCachedArea :
|
| + public base::RefCounted<DomStorageCachedArea> {
|
| public:
|
| DomStorageCachedArea(int64 namespace_id, const GURL& origin,
|
| DomStorageProxy* proxy);
|
|
|