Index: webkit/appcache/appcache_group.h |
diff --git a/webkit/appcache/appcache_group.h b/webkit/appcache/appcache_group.h |
index 776a4b78a00dd18e9ffb17613948502e4251084c..af2619b9428cc8444ebc4a5afadc25a1b8754073 100644 |
--- a/webkit/appcache/appcache_group.h |
+++ b/webkit/appcache/appcache_group.h |
@@ -15,7 +15,7 @@ |
#include "base/observer_list.h" |
#include "base/time.h" |
#include "googleurl/src/gurl.h" |
-#include "webkit/appcache/appcache_export.h" |
+#include "webkit/storage/webkit_storage_export.h" |
namespace appcache { |
@@ -27,10 +27,11 @@ class HostObserver; |
// Collection of application caches identified by the same manifest URL. |
// A group exists as long as it is in use by a host or is being updated. |
-class APPCACHE_EXPORT AppCacheGroup : public base::RefCounted<AppCacheGroup> { |
+class WEBKIT_STORAGE_EXPORT AppCacheGroup |
+ : public base::RefCounted<AppCacheGroup> { |
public: |
- class APPCACHE_EXPORT UpdateObserver { |
+ class WEBKIT_STORAGE_EXPORT UpdateObserver { |
public: |
// Called just after an appcache update has completed. |
virtual void OnUpdateComplete(AppCacheGroup* group) = 0; |