summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cache_manager_host.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/cache_manager_host.cc')
-rw-r--r--chrome/browser/cache_manager_host.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/cache_manager_host.cc b/chrome/browser/cache_manager_host.cc
index c295eef..143eddd 100644
--- a/chrome/browser/cache_manager_host.cc
+++ b/chrome/browser/cache_manager_host.cc
@@ -131,10 +131,10 @@ void CacheManagerHost::ObserveStats(int renderer_id,
CacheManager::UsageStats stats_details(stats);
// &stats_details is only valid during the notification.
// See notification_types.h.
- NotificationService::current()->
- Notify(NOTIFY_WEB_CACHE_STATS_OBSERVED,
- Source<RenderProcessHost>(RenderProcessHost::FromID(renderer_id)),
- Details<CacheManager::UsageStats>(&stats_details));
+ NotificationService::current()->Notify(
+ NotificationType::WEB_CACHE_STATS_OBSERVED,
+ Source<RenderProcessHost>(RenderProcessHost::FromID(renderer_id)),
+ Details<CacheManager::UsageStats>(&stats_details));
}
void CacheManagerHost::SetGlobalSizeLimit(size_t bytes) {