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

Unified Diff: webkit/renderer/dom_storage/dom_storage_cached_area.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/renderer/dom_storage/dom_storage_cached_area.h
diff --git a/webkit/renderer/dom_storage/dom_storage_cached_area.h b/webkit/renderer/dom_storage/dom_storage_cached_area.h
index 4cac9c4f1ca0e0d2fbe979bbff0778fa2021f113..d8620eefdcea94ceb3c2ae2329f46fa367360e61 100644
--- a/webkit/renderer/dom_storage/dom_storage_cached_area.h
+++ b/webkit/renderer/dom_storage/dom_storage_cached_area.h
@@ -11,7 +11,7 @@
#include "base/memory/weak_ptr.h"
#include "base/nullable_string16.h"
#include "googleurl/src/gurl.h"
-#include "webkit/storage/webkit_storage_export.h"
+#include "webkit/renderer/webkit_storage_renderer_export.h"
namespace dom_storage {
@@ -24,7 +24,7 @@ class DomStorageProxy;
// first access and changes are written to the backend thru the |proxy|.
// Mutations originating in other processes are applied to the cache via
// the ApplyMutation method.
-class WEBKIT_STORAGE_EXPORT DomStorageCachedArea :
+class WEBKIT_STORAGE_RENDERER_EXPORT DomStorageCachedArea :
public base::RefCounted<DomStorageCachedArea> {
public:
DomStorageCachedArea(int64 namespace_id, const GURL& origin,
« no previous file with comments | « webkit/renderer/appcache/web_application_cache_host_impl.h ('k') | webkit/renderer/fileapi/webfilewriter_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698