| Index: webkit/appcache/appcache.h
|
| diff --git a/webkit/appcache/appcache.h b/webkit/appcache/appcache.h
|
| index daf9874f094bd28fc4774003737910edcbeae967..9bcfe12257458ea3d13f2300417d178a5db37491 100644
|
| --- a/webkit/appcache/appcache.h
|
| +++ b/webkit/appcache/appcache.h
|
| @@ -36,7 +36,7 @@ class APPCACHE_EXPORT AppCache : public base::RefCounted<AppCache> {
|
|
|
| int64 cache_id() const { return cache_id_; }
|
|
|
| - AppCacheGroup* owning_group() const { return owning_group_; }
|
| + scoped_ptr<AppCacheGroup> owning_group() const { return owning_group_; }
|
|
|
| bool is_complete() const { return is_complete_; }
|
| void set_complete(bool value) { is_complete_ = value; }
|
|
|