Index: webkit/browser/quota/storage_observer.h |
diff --git a/webkit/browser/quota/storage_observer.h b/webkit/browser/quota/storage_observer.h |
index 513f448b84984ef250d1f9e822596c487c0799be..1272f941b2cb9dff0571dc345522978d905432c3 100644 |
--- a/webkit/browser/quota/storage_observer.h |
+++ b/webkit/browser/quota/storage_observer.h |
@@ -15,9 +15,9 @@ namespace storage { |
// This interface is implemented by observers that wish to monitor storage |
// events, such as changes in quota or usage. |
-class WEBKIT_STORAGE_BROWSER_EXPORT StorageObserver { |
+class STORAGE_EXPORT StorageObserver { |
public: |
- struct WEBKIT_STORAGE_BROWSER_EXPORT Filter { |
+ struct STORAGE_EXPORT Filter { |
// The storage type to monitor. This must not be kStorageTypeUnknown or |
// kStorageTypeQuotaNotManaged. |
StorageType storage_type; |
@@ -30,7 +30,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT StorageObserver { |
bool operator==(const Filter& other) const; |
}; |
- struct WEBKIT_STORAGE_BROWSER_EXPORT MonitorParams { |
+ struct STORAGE_EXPORT MonitorParams { |
// Storage type and origin to monitor. |
Filter filter; |
@@ -52,7 +52,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT StorageObserver { |
bool get_initial_state); |
}; |
- struct WEBKIT_STORAGE_BROWSER_EXPORT Event { |
+ struct STORAGE_EXPORT Event { |
// The storage type and origin monitored. |
Filter filter; |