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

Unified Diff: webkit/browser/quota/storage_observer.h

Issue 498273002: Rename storage-related export macros and build targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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/quota/storage_monitor.h ('k') | webkit/browser/quota/usage_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « webkit/browser/quota/storage_monitor.h ('k') | webkit/browser/quota/usage_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698