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