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

Unified Diff: webkit/renderer/appcache/appcache_frontend_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/appcache_frontend_impl.h
diff --git a/webkit/renderer/appcache/appcache_frontend_impl.h b/webkit/renderer/appcache/appcache_frontend_impl.h
index ccca3776beaa3c92a16fab36354516e318c1b95f..42ba745edc31cc0253052b20a6f223fbc60cc020 100644
--- a/webkit/renderer/appcache/appcache_frontend_impl.h
+++ b/webkit/renderer/appcache/appcache_frontend_impl.h
@@ -9,11 +9,12 @@
#include <vector>
#include "webkit/common/appcache/appcache_interfaces.h"
-#include "webkit/storage/webkit_storage_export.h"
+#include "webkit/renderer/webkit_storage_renderer_export.h"
namespace appcache {
-class WEBKIT_STORAGE_EXPORT AppCacheFrontendImpl : public AppCacheFrontend {
+class WEBKIT_STORAGE_RENDERER_EXPORT AppCacheFrontendImpl
+ : public AppCacheFrontend {
public:
virtual void OnCacheSelected(
int host_id, const appcache::AppCacheInfo& info) OVERRIDE;
« no previous file with comments | « webkit/common/webkit_storage_common_export.h ('k') | webkit/renderer/appcache/web_application_cache_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698