Chromium Code Reviews| Index: base/revocable_store.cc | 
| diff --git a/base/revocable_store.cc b/base/revocable_store.cc | 
| index 01feec41e87ad414dd841b95e2f80dbf4c431771..400b2dd5d72303bedf5e640746fcec12ec07e621 100644 | 
| --- a/base/revocable_store.cc | 
| +++ b/base/revocable_store.cc | 
| @@ -45,4 +45,3 @@ void RevocableStore::RevokeAll() { | 
| // all the items that were in the store are eventually destroyed. | 
| owning_reference_ = new StoreRef(this); | 
| } | 
| - |