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

Unified Diff: webkit/browser/dom_storage/dom_storage_host.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_host.h
diff --git a/webkit/browser/dom_storage/dom_storage_host.h b/webkit/browser/dom_storage/dom_storage_host.h
index 7dd1eabcbc8e0f28f3716e649b5ea6a30e79a37e..0454c667de1d90a6679ed30e40d15ed68020caa1 100644
--- a/webkit/browser/dom_storage/dom_storage_host.h
+++ b/webkit/browser/dom_storage/dom_storage_host.h
@@ -10,8 +10,8 @@
#include "base/memory/ref_counted.h"
#include "base/nullable_string16.h"
#include "base/strings/string16.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;
@@ -27,7 +27,7 @@ class DomStorageArea;
// This class is single threaded, and performs blocking file reads/writes,
// so it shouldn't be used on chrome's IO thread.
// See class comments for DomStorageContext for a larger overview.
-class WEBKIT_STORAGE_EXPORT DomStorageHost {
+class WEBKIT_STORAGE_BROWSER_EXPORT DomStorageHost {
public:
explicit DomStorageHost(DomStorageContext* context);
~DomStorageHost();
« no previous file with comments | « webkit/browser/dom_storage/dom_storage_database_adapter.h ('k') | webkit/browser/dom_storage/dom_storage_namespace.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698