| Index: chrome/browser/net/quota_policy_channel_id_store.h
 | 
| diff --git a/chrome/browser/net/quota_policy_channel_id_store.h b/chrome/browser/net/quota_policy_channel_id_store.h
 | 
| index f1455caaee0bc86ca7ef8295e0363463b12c8707..9ec173f1c7afb531c5c5d2cc03166df6d90e6757 100644
 | 
| --- a/chrome/browser/net/quota_policy_channel_id_store.h
 | 
| +++ b/chrome/browser/net/quota_policy_channel_id_store.h
 | 
| @@ -38,7 +38,8 @@ class QuotaPolicyChannelIDStore
 | 
|    QuotaPolicyChannelIDStore(
 | 
|        const base::FilePath& path,
 | 
|        const scoped_refptr<base::SequencedTaskRunner>& background_task_runner,
 | 
| -      storage::SpecialStoragePolicy* special_storage_policy);
 | 
| +      const scoped_refptr<storage::SpecialStoragePolicy>&
 | 
| +          special_storage_policy);
 | 
|  
 | 
|    // net::DefaultChannelIDStore::PersistentStore:
 | 
|    virtual void Load(const LoadedCallback& loaded_callback) OVERRIDE;
 | 
| 
 |