| Index: webkit/browser/dom_storage/dom_storage_area.h
|
| diff --git a/webkit/browser/dom_storage/dom_storage_area.h b/webkit/browser/dom_storage/dom_storage_area.h
|
| index fdd7fa2e372b6399c9a137fb5cbc75d687bcab2b..b243abbe12ed542cae2a34d3f30ab5158757af89 100644
|
| --- a/webkit/browser/dom_storage/dom_storage_area.h
|
| +++ b/webkit/browser/dom_storage/dom_storage_area.h
|
| @@ -12,8 +12,8 @@
|
| #include "base/nullable_string16.h"
|
| #include "base/strings/string16.h"
|
| #include "googleurl/src/gurl.h"
|
| +#include "webkit/browser/webkit_storage_browser_export.h"
|
| #include "webkit/common/dom_storage/dom_storage_types.h"
|
| -#include "webkit/storage/webkit_storage_export.h"
|
|
|
| namespace dom_storage {
|
|
|
| @@ -25,7 +25,7 @@ class SessionStorageDatabase;
|
| // Container for a per-origin Map of key/value pairs potentially
|
| // backed by storage on disk and lazily commits changes to disk.
|
| // See class comments for DomStorageContext for a larger overview.
|
| -class WEBKIT_STORAGE_EXPORT DomStorageArea
|
| +class WEBKIT_STORAGE_BROWSER_EXPORT DomStorageArea
|
| : public base::RefCountedThreadSafe<DomStorageArea> {
|
|
|
| public:
|
|
|