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

Unified Diff: webkit/browser/appcache/appcache_storage.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
« no previous file with comments | « webkit/browser/appcache/appcache_service.h ('k') | webkit/browser/appcache/appcache_storage_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/appcache/appcache_storage.h
diff --git a/webkit/browser/appcache/appcache_storage.h b/webkit/browser/appcache/appcache_storage.h
index eb4df25a511f5bf20b54d7b7caaab729cc685e6f..5917a418e24d7bcb2fc12e0858928d563f236624 100644
--- a/webkit/browser/appcache/appcache_storage.h
+++ b/webkit/browser/appcache/appcache_storage.h
@@ -15,7 +15,7 @@
#include "base/memory/scoped_ptr.h"
#include "net/base/completion_callback.h"
#include "webkit/browser/appcache/appcache_working_set.h"
-#include "webkit/storage/webkit_storage_export.h"
+#include "webkit/browser/webkit_storage_browser_export.h"
class GURL;
@@ -30,11 +30,11 @@ class AppCacheService;
struct AppCacheInfoCollection;
struct HttpResponseInfoIOBuffer;
-class WEBKIT_STORAGE_EXPORT AppCacheStorage {
+class WEBKIT_STORAGE_BROWSER_EXPORT AppCacheStorage {
public:
typedef std::map<GURL, int64> UsageMap;
- class WEBKIT_STORAGE_EXPORT Delegate {
+ class WEBKIT_STORAGE_BROWSER_EXPORT Delegate {
public:
// If retrieval fails, 'collection' will be NULL.
virtual void OnAllInfo(AppCacheInfoCollection* collection) {}
@@ -319,4 +319,3 @@ class WEBKIT_STORAGE_EXPORT AppCacheStorage {
} // namespace appcache
#endif // WEBKIT_BROWSER_APPCACHE_APPCACHE_STORAGE_H_
-
« no previous file with comments | « webkit/browser/appcache/appcache_service.h ('k') | webkit/browser/appcache/appcache_storage_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698