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

Unified Diff: webkit/browser/dom_storage/dom_storage_session.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/dom_storage_session.h
diff --git a/webkit/browser/dom_storage/dom_storage_session.h b/webkit/browser/dom_storage/dom_storage_session.h
index 7d9b3d09ffb6318d58ce5160bcc86c3cff28cc8d..b500859e9cf77ec94ec809671686e3f973b2f4fe 100644
--- a/webkit/browser/dom_storage/dom_storage_session.h
+++ b/webkit/browser/dom_storage/dom_storage_session.h
@@ -9,7 +9,7 @@
#include "base/basictypes.h"
#include "base/memory/ref_counted.h"
-#include "webkit/storage/webkit_storage_export.h"
+#include "webkit/browser/webkit_storage_browser_export.h"
namespace dom_storage {
@@ -19,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 WEBKIT_STORAGE_EXPORT DomStorageSession
+class WEBKIT_STORAGE_BROWSER_EXPORT DomStorageSession
: public base::RefCountedThreadSafe<DomStorageSession> {
public:
// Constructs a |DomStorageSession| and allocates new IDs for it.
« no previous file with comments | « webkit/browser/dom_storage/dom_storage_namespace.h ('k') | webkit/browser/dom_storage/dom_storage_task_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698