Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(572)

Unified Diff: webkit/browser/dom_storage/session_storage_database.h

Issue 16701004: Fix webkit_storage exports definitions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/browser/dom_storage/session_storage_database.h
diff --git a/webkit/browser/dom_storage/session_storage_database.h b/webkit/browser/dom_storage/session_storage_database.h
index efdbfa964d5f69788462255c3315f266c8733ba8..c442504726d311b49d646d1012851cab5efedd13 100644
--- a/webkit/browser/dom_storage/session_storage_database.h
+++ b/webkit/browser/dom_storage/session_storage_database.h
@@ -13,8 +13,8 @@
#include "base/memory/scoped_ptr.h"
#include "base/synchronization/lock.h"
#include "third_party/leveldatabase/src/include/leveldb/status.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"
class GURL;
@@ -33,7 +33,7 @@ namespace dom_storage {
// Only one thread is allowed to call the public functions other than
// ReadAreaValues and ReadNamespacesAndOrigins. Other threads are allowed to
// call ReadAreaValues and ReadNamespacesAndOrigins.
-class WEBKIT_STORAGE_EXPORT SessionStorageDatabase :
+class WEBKIT_STORAGE_BROWSER_EXPORT SessionStorageDatabase :
public base::RefCountedThreadSafe<SessionStorageDatabase> {
public:
explicit SessionStorageDatabase(const base::FilePath& file_path);
« no previous file with comments | « webkit/browser/dom_storage/local_storage_database_adapter.h ('k') | webkit/browser/fileapi/async_file_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698