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

Unified Diff: webkit/quota/quota_temporary_storage_evictor.h

Issue 11274003: webkit: Merge 'database' and 'quota' to 'webkit_storage' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More EXPORT for Win Created 8 years, 2 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/quota/quota_task.h ('k') | webkit/quota/special_storage_policy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/quota/quota_temporary_storage_evictor.h
diff --git a/webkit/quota/quota_temporary_storage_evictor.h b/webkit/quota/quota_temporary_storage_evictor.h
index d526a700d0b699bd830791df9f25956db6a5ca9a..d3eb14fed04cd5a5fbfb9130935978495d3e1c58 100644
--- a/webkit/quota/quota_temporary_storage_evictor.h
+++ b/webkit/quota/quota_temporary_storage_evictor.h
@@ -12,6 +12,7 @@
#include "base/threading/non_thread_safe.h"
#include "base/timer.h"
#include "webkit/quota/quota_types.h"
+#include "webkit/storage/webkit_storage_export.h"
class GURL;
@@ -20,7 +21,8 @@ namespace quota {
class QuotaEvictionHandler;
struct QuotaAndUsage;
-class QuotaTemporaryStorageEvictor : public base::NonThreadSafe {
+class WEBKIT_STORAGE_EXPORT_PRIVATE QuotaTemporaryStorageEvictor
+ : public base::NonThreadSafe {
public:
struct Statistics {
Statistics()
« no previous file with comments | « webkit/quota/quota_task.h ('k') | webkit/quota/special_storage_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698