Index: content/browser/appcache/appcache_group.h |
diff --git a/content/browser/appcache/appcache_group.h b/content/browser/appcache/appcache_group.h |
index 3c54cfec5a2bf70504b24718f9595e0459caf31d..1a2df75203a932102375a788aefa95bfa0fa0085 100644 |
--- a/content/browser/appcache/appcache_group.h |
+++ b/content/browser/appcache/appcache_group.h |
@@ -122,8 +122,8 @@ class CONTENT_EXPORT AppCacheGroup |
// Update cannot be processed at this time. Queue it for a later run. |
void QueueUpdate(AppCacheHost* host, const GURL& new_master_resource); |
void RunQueuedUpdates(); |
- bool FindObserver(UpdateObserver* find_me, |
- const ObserverList<UpdateObserver>& observer_list); |
+ static bool FindObserver(const UpdateObserver* find_me, |
+ const ObserverList<UpdateObserver>& observer_list); |
void ScheduleUpdateRestart(int delay_ms); |
void HostDestructionImminent(AppCacheHost* host); |