| Index: content/browser/storage_partition_impl.h
 | 
| diff --git a/content/browser/storage_partition_impl.h b/content/browser/storage_partition_impl.h
 | 
| index 90cd7c4237bb87912987d3b0e3080360855ac87d..fa6904df5958ec84aa1817c95b666eca04623151 100644
 | 
| --- a/content/browser/storage_partition_impl.h
 | 
| +++ b/content/browser/storage_partition_impl.h
 | 
| @@ -25,7 +25,7 @@
 | 
|  #include "content/common/content_export.h"
 | 
|  #include "content/common/storage_partition_service.mojom.h"
 | 
|  #include "content/public/browser/storage_partition.h"
 | 
| -#include "mojo/public/cpp/bindings/weak_binding_set.h"
 | 
| +#include "mojo/public/cpp/bindings/binding_set.h"
 | 
|  #include "storage/browser/quota/special_storage_policy.h"
 | 
|  
 | 
|  namespace content {
 | 
| @@ -206,7 +206,7 @@ class StoragePartitionImpl : public StoragePartition,
 | 
|    scoped_refptr<PlatformNotificationContextImpl> platform_notification_context_;
 | 
|    scoped_refptr<BackgroundSyncContextImpl> background_sync_context_;
 | 
|  
 | 
| -  mojo::WeakBindingSet<StoragePartitionService> bindings_;
 | 
| +  mojo::BindingSet<StoragePartitionService> bindings_;
 | 
|  
 | 
|    // Raw pointer that should always be valid. The BrowserContext owns the
 | 
|    // StoragePartitionImplMap which then owns StoragePartitionImpl. When the
 | 
| 
 |