| Index: content/browser/storage_partition_impl.h
|
| diff --git a/content/browser/storage_partition_impl.h b/content/browser/storage_partition_impl.h
|
| index 717038e7afc93639b6785ba37c7a0da4842e3f2e..a63fed9b4ec3e1523601784da8e9b2296b186028 100644
|
| --- a/content/browser/storage_partition_impl.h
|
| +++ b/content/browser/storage_partition_impl.h
|
| @@ -48,7 +48,8 @@ class StoragePartitionImpl : public StoragePartition {
|
| uint32 remove_mask,
|
| uint32 quota_storage_remove_mask,
|
| const GURL& storage_origin,
|
| - net::URLRequestContextGetter* request_context_getter) OVERRIDE;
|
| + net::URLRequestContextGetter* request_context_getter,
|
| + const base::Closure& callback) OVERRIDE;
|
| virtual void ClearData(uint32 remove_mask,
|
| uint32 quota_storage_remove_mask,
|
| const GURL& storage_origin,
|
|
|