| Index: base/revocable_store.h
|
| ===================================================================
|
| --- base/revocable_store.h (revision 8264)
|
| +++ base/revocable_store.h (working copy)
|
| @@ -17,7 +17,7 @@
|
| // store wishes to revoke its items, it sets |store_| to null. Items are
|
| // permitted to release their reference to the |StoreRef| when they no longer
|
| // require the store.
|
| - class StoreRef : public base::RefCountedThreadSafe<StoreRef> {
|
| + class StoreRef : public base::RefCounted<StoreRef> {
|
| public:
|
| StoreRef(RevocableStore* store) : store_(store) { }
|
|
|
|
|