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

Unified Diff: webkit/renderer/appcache/web_application_cache_host_impl.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/appcache/web_application_cache_host_impl.h
diff --git a/webkit/renderer/appcache/web_application_cache_host_impl.h b/webkit/renderer/appcache/web_application_cache_host_impl.h
index 8abe7487071790d6dab9b28e248752b560f4d5f6..eb471af902eb5d748874c69f020e5d321ef3de62 100644
--- a/webkit/renderer/appcache/web_application_cache_host_impl.h
+++ b/webkit/renderer/appcache/web_application_cache_host_impl.h
@@ -12,7 +12,7 @@
#include "third_party/WebKit/public/platform/WebURLResponse.h"
#include "third_party/WebKit/public/platform/WebVector.h"
#include "webkit/common/appcache/appcache_interfaces.h"
-#include "webkit/storage/webkit_storage_export.h"
+#include "webkit/renderer/webkit_storage_renderer_export.h"
namespace WebKit {
class WebFrame;
@@ -20,7 +20,7 @@ class WebFrame;
namespace appcache {
-class WEBKIT_STORAGE_EXPORT WebApplicationCacheHostImpl
+class WEBKIT_STORAGE_RENDERER_EXPORT WebApplicationCacheHostImpl
: NON_EXPORTED_BASE(public WebKit::WebApplicationCacheHost) {
public:
// Returns the host having given id or NULL if there is no such host.
« no previous file with comments | « webkit/renderer/appcache/appcache_frontend_impl.h ('k') | webkit/renderer/dom_storage/dom_storage_cached_area.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698