| Index: webkit/browser/dom_storage/local_storage_database_adapter.h
|
| diff --git a/webkit/browser/dom_storage/local_storage_database_adapter.h b/webkit/browser/dom_storage/local_storage_database_adapter.h
|
| index 3f48e05e1783f5a764d0fcaec2460781d6cd2f69..7cdabf4b03e0fe87ee27800cf7308c290bfd1c44 100644
|
| --- a/webkit/browser/dom_storage/local_storage_database_adapter.h
|
| +++ b/webkit/browser/dom_storage/local_storage_database_adapter.h
|
| @@ -8,7 +8,7 @@
|
| #include "base/gtest_prod_util.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "webkit/browser/dom_storage/dom_storage_database_adapter.h"
|
| -#include "webkit/storage/webkit_storage_export.h"
|
| +#include "webkit/browser/webkit_storage_browser_export.h"
|
|
|
| namespace base {
|
| class FilePath;
|
| @@ -18,7 +18,7 @@ namespace dom_storage {
|
|
|
| class DomStorageDatabase;
|
|
|
| -class WEBKIT_STORAGE_EXPORT LocalStorageDatabaseAdapter :
|
| +class WEBKIT_STORAGE_BROWSER_EXPORT LocalStorageDatabaseAdapter :
|
| public DomStorageDatabaseAdapter {
|
| public:
|
| explicit LocalStorageDatabaseAdapter(const base::FilePath& path);
|
|
|