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

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

Issue 1429333002: Deprecate STORAGE_EXPORT_PRIVATE macro. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix rebase error Created 5 years, 1 month 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/quota_temporary_storage_evictor.h ('k') | storage/browser/storage_browser_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/browser/quota/storage_monitor.h
diff --git a/storage/browser/quota/storage_monitor.h b/storage/browser/quota/storage_monitor.h
index 8c7960ff143ee32c892a4c9f21ae26ac8e2c1716..143815a09693aa5701d212d6b69a522b7ec19a07 100644
--- a/storage/browser/quota/storage_monitor.h
+++ b/storage/browser/quota/storage_monitor.h
@@ -22,7 +22,7 @@ class QuotaManager;
// This class dispatches storage events to observers of a common
// StorageObserver::Filter.
-class STORAGE_EXPORT_PRIVATE StorageObserverList {
+class STORAGE_EXPORT StorageObserverList {
public:
StorageObserverList();
virtual ~StorageObserverList();
@@ -47,7 +47,7 @@ class STORAGE_EXPORT_PRIVATE StorageObserverList {
void ScheduleUpdateForObserver(StorageObserver* observer);
private:
- struct STORAGE_EXPORT_PRIVATE ObserverState {
+ struct STORAGE_EXPORT ObserverState {
GURL origin;
base::TimeTicks last_notification_time;
base::TimeDelta rate;
@@ -71,7 +71,7 @@ class STORAGE_EXPORT_PRIVATE StorageObserverList {
// Manages the storage observers of a common host. Caches the usage and quota of
// the host to avoid accumulating for every change.
-class STORAGE_EXPORT_PRIVATE HostStorageObservers {
+class STORAGE_EXPORT HostStorageObservers {
public:
explicit HostStorageObservers(QuotaManager* quota_manager);
virtual ~HostStorageObservers();
@@ -118,7 +118,7 @@ class STORAGE_EXPORT_PRIVATE HostStorageObservers {
// Manages the observers of a common storage type.
-class STORAGE_EXPORT_PRIVATE StorageTypeObservers {
+class STORAGE_EXPORT StorageTypeObservers {
public:
explicit StorageTypeObservers(QuotaManager* quota_manager);
virtual ~StorageTypeObservers();
@@ -147,7 +147,7 @@ class STORAGE_EXPORT_PRIVATE StorageTypeObservers {
// Storage monitor manages observers and dispatches storage events to them.
-class STORAGE_EXPORT_PRIVATE StorageMonitor {
+class STORAGE_EXPORT StorageMonitor {
public:
explicit StorageMonitor(QuotaManager* quota_manager);
virtual ~StorageMonitor();
« no previous file with comments | « storage/browser/quota/quota_temporary_storage_evictor.h ('k') | storage/browser/storage_browser_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698