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

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

Issue 442383002: Move storage-related files from webkit/ to new top-level directory storage/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | « storage/browser/quota/storage_monitor.cc ('k') | storage/browser/quota/storage_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/browser/quota/storage_observer.h
diff --git a/webkit/browser/quota/storage_observer.h b/storage/browser/quota/storage_observer.h
similarity index 87%
rename from webkit/browser/quota/storage_observer.h
rename to storage/browser/quota/storage_observer.h
index bc6389d8b50fe5a3a0393753a08bfd3aaae90bd4..6504eb5c26ebc5f6915d531b5d9ebfb1143f27fc 100644
--- a/webkit/browser/quota/storage_observer.h
+++ b/storage/browser/quota/storage_observer.h
@@ -8,16 +8,16 @@
#include "base/basictypes.h"
#include "base/time/time.h"
#include "url/gurl.h"
-#include "webkit/browser/quota/quota_client.h"
-#include "webkit/common/quota/quota_types.h"
+#include "storage/browser/quota/quota_client.h"
+#include "storage/common/quota/quota_types.h"
namespace quota {
// 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 | « storage/browser/quota/storage_monitor.cc ('k') | storage/browser/quota/storage_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698