summaryrefslogtreecommitdiffstats
path: root/content/browser/appcache/chrome_appcache_service.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/appcache/chrome_appcache_service.cc')
-rw-r--r--content/browser/appcache/chrome_appcache_service.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/content/browser/appcache/chrome_appcache_service.cc b/content/browser/appcache/chrome_appcache_service.cc
index 0923c94..72fa620 100644
--- a/content/browser/appcache/chrome_appcache_service.cc
+++ b/content/browser/appcache/chrome_appcache_service.cc
@@ -56,9 +56,10 @@ bool ChromeAppCacheService::CanCreateAppCache(
manifest_url, first_party, *resource_context_);
}
-void ChromeAppCacheService::Observe(int type,
- const NotificationSource& source,
- const NotificationDetails& details) {
+void ChromeAppCacheService::Observe(
+ int type,
+ const content::NotificationSource& source,
+ const content::NotificationDetails& details) {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
DCHECK(type == content::NOTIFICATION_PURGE_MEMORY);
PurgeMemory();